Color Hex Logo

#de049f Color Hex

#DE049F
(222,4,159)
0 Favorites   0 Comments

Color spaces of #de049f

RGB 2224159
HSL0.880.960.44
HSV317°98°87°
CMYK 0.000.980.28   0.13
XYZ36.425618.119634.3785
Yxy18.11960.40960.2038
Hunter Lab42.567178.2538-18.0874
CIE-Lab49.640880.2488-23.0142

#de049f color RGB value is (222,4,159).

#de049f hex color red value is 222, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de049f hue: 0.88 , saturation: 0.96 and the lightness value of de049f is 0.44.

The process color (four color CMYK) of #de049f color hex is 0.00, 0.98, 0.28, 0.13. Web safe color of #de049f is #cc0099. Color #de049f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000100 10011111
Octal 336 4 237
Decimal 222 4 159
Hex DE 4 9F

RGB Percentages of Color #de049f

%57.66
%1.04
%41.30

CMYK Percentages of Color #de049f

%0
%98
%28
%13

Triadic Colors of #de049f

#de049f #9fde04 #049fde

Analogous Colors of #de049f

#de049f #de0432 #b004de

Monochromatic Colors of #de049f

#de049f

Complementary Color

#de049f #04de43

#de049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de049f Color CSS Codes

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

#de049f Text Font Color

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

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


#de049f Background Color

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

This div background color is #de049f


#de049f Border Color

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

This div border color is #de049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de049f


Comments

No comments written yet.

Please login to write comment.