Color Hex Logo

#de197e Color Hex

#DE197E
(222,25,126)
0 Favorites   0 Comments

Color spaces of #de197e

RGB 22225126
HSL0.910.800.48
HSV329°89°87°
CMYK 0.000.890.43   0.13
XYZ34.237717.731221.3566
Yxy17.73120.46690.2418
Hunter Lab42.108471.4458-0.5949
CIE-Lab49.168474.8628-3.8445

#de197e color RGB value is (222,25,126).

#de197e hex color red value is 222, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #de197e hue: 0.91 , saturation: 0.80 and the lightness value of de197e is 0.48.

The process color (four color CMYK) of #de197e color hex is 0.00, 0.89, 0.43, 0.13. Web safe color of #de197e is #cc0066. Color #de197e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00011001 01111110
Octal 336 31 176
Decimal 222 25 126
Hex DE 19 7E

RGB Percentages of Color #de197e

%59.52
%6.70
%33.78

CMYK Percentages of Color #de197e

%0
%89
%43
%13

Triadic Colors of #de197e

#de197e #7ede19 #197ede

Analogous Colors of #de197e

#de197e #de191c #dc19de

Monochromatic Colors of #de197e

#de197e

Complementary Color

#de197e #19de79

#de197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de197e Color CSS Codes

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

#de197e Text Font Color

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

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


#de197e Background Color

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

This div background color is #de197e


#de197e Border Color

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

This div border color is #de197e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de197e


Comments

No comments written yet.

Please login to write comment.