Color Hex Logo

#de429f Color Hex

#DE429F
(222,66,159)
0 Favorites   0 Comments

Color spaces of #de429f

RGB 22266159
HSL0.900.700.56
HSV324°70°87°
CMYK 0.000.700.28   0.13
XYZ38.330421.929235.0134
Yxy21.92920.40230.2302
Hunter Lab46.828664.1566-11.5506
CIE-Lab53.951867.8905-16.4147

#de429f color RGB value is (222,66,159).

#de429f hex color red value is 222, green value is 66 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de429f hue: 0.90 , saturation: 0.70 and the lightness value of de429f is 0.56.

The process color (four color CMYK) of #de429f color hex is 0.00, 0.70, 0.28, 0.13. Web safe color of #de429f is #cc3399. Color #de429f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000010 10011111
Octal 336 102 237
Decimal 222 66 159
Hex DE 42 9F

RGB Percentages of Color #de429f

%49.66
%14.77
%35.57

CMYK Percentages of Color #de429f

%0
%70
%28
%13

Triadic Colors of #de429f

#de429f #9fde42 #429fde

Analogous Colors of #de429f

#de429f #de4251 #cf42de

Monochromatic Colors of #de429f

#de429f

Complementary Color

#de429f #42de81

#de429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de429f Color CSS Codes

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

#de429f Text Font Color

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

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


#de429f Background Color

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

This div background color is #de429f


#de429f Border Color

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

This div border color is #de429f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de429f


Comments

No comments written yet.

Please login to write comment.