Color Hex Logo

#de87ca Color Hex

#DE87CA
(222,135,202)
0 Favorites   0 Comments

Color spaces of #de87ca

RGB 222135202
HSL0.870.570.70
HSV314°39°87°
CMYK 0.000.390.09   0.13
XYZ49.448837.121860.4361
Yxy37.12180.33640.2525
Hunter Lab60.927738.2469-16.1623
CIE-Lab67.368342.7925-20.6263

#de87ca color RGB value is (222,135,202).

#de87ca hex color red value is 222, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #de87ca hue: 0.87 , saturation: 0.57 and the lightness value of de87ca is 0.70.

The process color (four color CMYK) of #de87ca color hex is 0.00, 0.39, 0.09, 0.13. Web safe color of #de87ca is #cc99cc. Color #de87ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 11001010
Octal 336 207 312
Decimal 222 135 202
Hex DE 87 CA

RGB Percentages of Color #de87ca

%39.71
%24.15
%36.14

CMYK Percentages of Color #de87ca

%0
%39
%9
%13

Triadic Colors of #de87ca

#de87ca #cade87 #87cade

Analogous Colors of #de87ca

#de87ca #de879f #c787de

Monochromatic Colors of #de87ca

#de87ca

Complementary Color

#de87ca #87de9b

#de87ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de87ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#de87ca Color CSS Codes

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

#de87ca Text Font Color

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

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


#de87ca Background Color

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

This div background color is #de87ca


#de87ca Border Color

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

This div border color is #de87ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,135,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 #de87ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de87ca


Comments

No comments written yet.

Please login to write comment.