Color Hex Logo

#de59ca Color Hex

#DE59CA
(222,89,202)
0 Favorites   0 Comments

Color spaces of #de59ca

RGB 22289202
HSL0.860.670.61
HSV309°60°87°
CMYK 0.000.600.09   0.13
XYZ44.357226.938658.7389
Yxy26.93860.34110.2072
Hunter Lab51.902461.7217-30.7679
CIE-Lab58.917564.9134-33.6435

#de59ca color RGB value is (222,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 11001010
Octal 336 131 312
Decimal 222 89 202
Hex DE 59 CA

RGB Percentages of Color #de59ca

%43.27
%17.35
%39.38

CMYK Percentages of Color #de59ca

%0
%60
%9
%13

Triadic Colors of #de59ca

#de59ca #cade59 #59cade

Analogous Colors of #de59ca

#de59ca #de5988 #b059de

Monochromatic Colors of #de59ca

#de59ca

Complementary Color

#de59ca #59de6d

#de59ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de59ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#de59ca Color CSS Codes

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

#de59ca Text Font Color

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

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


#de59ca Background Color

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

This div background color is #de59ca


#de59ca Border Color

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

This div border color is #de59ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de59ca


Comments

No comments written yet.

Please login to write comment.