color codes Logo

#dd46ef color codes

#DD46EF
(221,70,239)
0 Favorites   0 Comments

Color spaces of #dd46ef

RGB 22170239
HSL0.820.840.61
HSV294°71°94°
CMYK 0.080.710.00   0.06
XYZ47.588925.984584.1686
Yxy25.98450.30170.1647
Hunter Lab50.975077.4366-62.2156
CIE-Lab58.022377.9704-55.9277

#dd46ef color RGB value is (221,70,239).

#dd46ef hex color red value is 221, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd46ef hue: 0.82 , saturation: 0.84 and the lightness value of dd46ef is 0.61.

The process color (four color CMYK) of #dd46ef color code is 0.08, 0.71, 0.00, 0.06. Web safe color of #dd46ef is #cc33ff. Color #dd46ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 11101111
Octal 335 106 357
Decimal 221 70 239
Hex DD 46 EF

RGB Percentages of Color #dd46ef

%41.70
%13.21
%45.09

CMYK Percentages of Color #dd46ef

%8
%71
%0
%6

Triadic Colors of #dd46ef

#dd46ef #efdd46 #46efdd

Analogous Colors of #dd46ef

#dd46ef #ef46ad #8946ef

Monochromatic Colors of #dd46ef

#dd46ef

Complementary Color

#dd46ef #58ef46

#dd46ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd46ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd46ef Color CSS Codes

.mybgcolor {background-color:#dd46ef; } 
.myforecolor {color:#dd46ef; }
.mybordercolor {border:3px solid #dd46ef; }

#dd46ef Text Font Color

<p style="color:#dd46ef">Text here</p>

This sample text font color is #dd46ef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd46ef Background Color

<div style="background-color:#dd46ef">
Div content here</div>

This div background color is #dd46ef


#dd46ef Border Color

<div style="border:3px solid #dd46ef">
Div here</div>

This div border color is #dd46ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,70,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd46ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd46ef;
  -webkit-box-shadow: 1px 1px 3px 2px #dd46ef;
  box-shadow:         1px 1px 3px 2px #dd46ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,70,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd46ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd46ef;
  -webkit-box-shadow: 1px 1px 3px 2px #dd46ef;
  box-shadow:         1px 1px 3px 2px #dd46ef;">
Div content here</div>

This div box has shadow with color #dd46ef


Comments

No comments written yet.

Please login to write comment.