Color Hex Logo

#de59cb Color Hex

#DE59CB
(222,89,203)
0 Favorites   0 Comments

Color spaces of #de59cb

RGB 22289203
HSL0.860.670.61
HSV309°60°87°
CMYK 0.000.600.09   0.13
XYZ44.476126.986159.3646
Yxy26.98610.34000.2063
Hunter Lab51.948161.9159-31.3909
CIE-Lab58.961565.0699-34.1437

#de59cb color RGB value is (222,89,203).

#de59cb hex color red value is 222, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #de59cb hue: 0.86 , saturation: 0.67 and the lightness value of de59cb is 0.61.

The process color (four color CMYK) of #de59cb color hex is 0.00, 0.60, 0.09, 0.13. Web safe color of #de59cb is #cc66cc. Color #de59cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 11001011
Octal 336 131 313
Decimal 222 89 203
Hex DE 59 CB

RGB Percentages of Color #de59cb

%43.19
%17.32
%39.49

CMYK Percentages of Color #de59cb

%0
%60
%9
%13

Triadic Colors of #de59cb

#de59cb #cbde59 #59cbde

Analogous Colors of #de59cb

#de59cb #de5989 #af59de

Monochromatic Colors of #de59cb

#de59cb

Complementary Color

#de59cb #59de6c

#de59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de59cb Color CSS Codes

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

#de59cb Text Font Color

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

This sample text font color is #de59cb
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.


#de59cb Background Color

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

This div background color is #de59cb


#de59cb Border Color

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

This div border color is #de59cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,89,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de59cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de59cb;
  -webkit-box-shadow: 1px 1px 3px 2px #de59cb;
  box-shadow:         1px 1px 3px 2px #de59cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,89,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de59cb


Comments

No comments written yet.

Please login to write comment.