Color Hex Logo

#de84cc Color Hex

#DE84CC
(222,132,204)
0 Favorites   0 Comments

Color spaces of #de84cc

RGB 222132204
HSL0.870.580.69
HSV312°41°87°
CMYK 0.000.410.08   0.13
XYZ49.274536.391861.5540
Yxy36.39180.33470.2472
Hunter Lab60.325640.2306-18.2694
CIE-Lab66.818244.6905-22.5820

#de84cc color RGB value is (222,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 11001100
Octal 336 204 314
Decimal 222 132 204
Hex DE 84 CC

RGB Percentages of Color #de84cc

%39.78
%23.66
%36.56

CMYK Percentages of Color #de84cc

%0
%41
%8
%13

Triadic Colors of #de84cc

#de84cc #ccde84 #84ccde

Analogous Colors of #de84cc

#de84cc #de849f #c384de

Monochromatic Colors of #de84cc

#de84cc

Complementary Color

#de84cc #84de96

#de84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de84cc Color CSS Codes

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

#de84cc Text Font Color

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

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


#de84cc Background Color

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

This div background color is #de84cc


#de84cc Border Color

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

This div border color is #de84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de84cc


Comments

No comments written yet.

Please login to write comment.