Color Hex Logo

#de819f Color Hex

#DE819F
(222,129,159)
0 Favorites   0 Comments

Color spaces of #de819f

RGB 222129159
HSL0.950.580.69
HSV341°42°87°
CMYK 0.000.420.28   0.13
XYZ44.232533.733336.9808
Yxy33.73330.38480.2935
Hunter Lab58.080434.30032.9053
CIE-Lab64.750339.4079-0.3164

#de819f color RGB value is (222,129,159).

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

The process color (four color CMYK) of #de819f color hex is 0.00, 0.42, 0.28, 0.13. Web safe color of #de819f is #cc9999. Color #de819f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000001 10011111
Octal 336 201 237
Decimal 222 129 159
Hex DE 81 9F

RGB Percentages of Color #de819f

%43.53
%25.29
%31.18

CMYK Percentages of Color #de819f

%0
%42
%28
%13

Triadic Colors of #de819f

#de819f #9fde81 #819fde

Analogous Colors of #de819f

#de819f #de9281 #de81ce

Monochromatic Colors of #de819f

#de819f

Complementary Color

#de819f #81dec0

#de819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de819f Color CSS Codes

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

#de819f Text Font Color

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

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


#de819f Background Color

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

This div background color is #de819f


#de819f Border Color

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

This div border color is #de819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de819f


Comments

No comments written yet.

Please login to write comment.