Color Hex Logo

#de179f Color Hex

#DE179F
(222,23,159)
0 Favorites   0 Comments

Color spaces of #de179f

RGB 22223159
HSL0.890.810.48
HSV319°90°87°
CMYK 0.000.900.28   0.13
XYZ36.688618.645634.4661
Yxy18.64560.40860.2076
Hunter Lab43.180676.0976-17.0980
CIE-Lab50.270078.4091-22.0450

#de179f color RGB value is (222,23,159).

#de179f hex color red value is 222, green value is 23 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de179f hue: 0.89 , saturation: 0.81 and the lightness value of de179f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010111 10011111
Octal 336 27 237
Decimal 222 23 159
Hex DE 17 9F

RGB Percentages of Color #de179f

%54.95
%5.69
%39.36

CMYK Percentages of Color #de179f

%0
%90
%28
%13

Triadic Colors of #de179f

#de179f #9fde17 #179fde

Analogous Colors of #de179f

#de179f #de173b #ba17de

Monochromatic Colors of #de179f

#de179f

Complementary Color

#de179f #17de56

#de179f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de179f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de179f Color CSS Codes

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

#de179f Text Font Color

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

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


#de179f Background Color

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

This div background color is #de179f


#de179f Border Color

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

This div border color is #de179f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de179f


Comments

No comments written yet.

Please login to write comment.