Color Hex Logo

#de91cc Color Hex

#DE91CC
(222,145,204)
0 Favorites   0 Comments

Color spaces of #de91cc

RGB 222145204
HSL0.870.540.72
HSV314°35°87°
CMYK 0.000.350.08   0.13
XYZ51.148740.140062.1787
Yxy40.14000.33330.2616
Hunter Lab63.356133.2334-13.8388
CIE-Lab69.569137.8625-18.3966

#de91cc color RGB value is (222,145,204).

#de91cc hex color red value is 222, green value is 145 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de91cc hue: 0.87 , saturation: 0.54 and the lightness value of de91cc is 0.72.

The process color (four color CMYK) of #de91cc color hex is 0.00, 0.35, 0.08, 0.13. Web safe color of #de91cc is #cc99cc. Color #de91cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 11001100
Octal 336 221 314
Decimal 222 145 204
Hex DE 91 CC

RGB Percentages of Color #de91cc

%38.88
%25.39
%35.73

CMYK Percentages of Color #de91cc

%0
%35
%8
%13

Triadic Colors of #de91cc

#de91cc #ccde91 #91ccde

Analogous Colors of #de91cc

#de91cc #de91a6 #ca91de

Monochromatic Colors of #de91cc

#de91cc

Complementary Color

#de91cc #91dea3

#de91cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de91cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de91cc Color CSS Codes

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

#de91cc Text Font Color

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

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


#de91cc Background Color

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

This div background color is #de91cc


#de91cc Border Color

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

This div border color is #de91cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de91cc


Comments

No comments written yet.

Please login to write comment.