Color Hex Logo

#de80ca Color Hex

#DE80CA
(222,128,202)
0 Favorites   0 Comments

Color spaces of #de80ca

RGB 222128202
HSL0.870.590.69
HSV313°42°87°
CMYK 0.000.420.09   0.13
XYZ48.504035.232260.1212
Yxy35.23220.33720.2449
Hunter Lab59.356741.9890-18.5039
CIE-Lab65.929046.4185-22.8218

#de80ca color RGB value is (222,128,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 11001010
Octal 336 200 312
Decimal 222 128 202
Hex DE 80 CA

RGB Percentages of Color #de80ca

%40.22
%23.19
%36.59

CMYK Percentages of Color #de80ca

%0
%42
%9
%13

Triadic Colors of #de80ca

#de80ca #cade80 #80cade

Analogous Colors of #de80ca

#de80ca #de809b #c380de

Monochromatic Colors of #de80ca

#de80ca

Complementary Color

#de80ca #80de94

#de80ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de80ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#de80ca Color CSS Codes

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

#de80ca Text Font Color

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

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


#de80ca Background Color

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

This div background color is #de80ca


#de80ca Border Color

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

This div border color is #de80ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de80ca


Comments

No comments written yet.

Please login to write comment.