Color Hex Logo

#de80cc Color Hex

#DE80CC
(222,128,204)
0 Favorites   0 Comments

Color spaces of #de80cc

RGB 222128204
HSL0.870.590.69
HSV311°42°87°
CMYK 0.000.420.08   0.13
XYZ48.742535.327661.3766
Yxy35.32760.33510.2429
Hunter Lab59.437042.3676-19.6189
CIE-Lab66.002946.7539-23.8286

#de80cc color RGB value is (222,128,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 11001100
Octal 336 200 314
Decimal 222 128 204
Hex DE 80 CC

RGB Percentages of Color #de80cc

%40.07
%23.10
%36.82

CMYK Percentages of Color #de80cc

%0
%42
%8
%13

Triadic Colors of #de80cc

#de80cc #ccde80 #80ccde

Analogous Colors of #de80cc

#de80cc #de809d #c180de

Monochromatic Colors of #de80cc

#de80cc

Complementary Color

#de80cc #80de92

#de80cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de80cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de80cc Color CSS Codes

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

#de80cc Text Font Color

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

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


#de80cc Background Color

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

This div background color is #de80cc


#de80cc Border Color

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

This div border color is #de80cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de80cc


Comments

No comments written yet.

Please login to write comment.