Color Hex Logo

#de499c Color Hex

#DE499C
(222,73,156)
0 Favorites   0 Comments

Color spaces of #de499c

RGB 22273156
HSL0.910.690.58
HSV327°67°87°
CMYK 0.000.670.30   0.13
XYZ38.507522.695033.8035
Yxy22.69500.40530.2389
Hunter Lab47.639360.9154-8.7230
CIE-Lab54.756864.9888-13.4300

#de499c color RGB value is (222,73,156).

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

The process color (four color CMYK) of #de499c color hex is 0.00, 0.67, 0.30, 0.13. Web safe color of #de499c is #cc3399. Color #de499c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 10011100
Octal 336 111 234
Decimal 222 73 156
Hex DE 49 9C

RGB Percentages of Color #de499c

%49.22
%16.19
%34.59

CMYK Percentages of Color #de499c

%0
%67
%30
%13

Triadic Colors of #de499c

#de499c #9cde49 #499cde

Analogous Colors of #de499c

#de499c #de4951 #d649de

Monochromatic Colors of #de499c

#de499c

Complementary Color

#de499c #49de8b

#de499c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de499c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de499c Color CSS Codes

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

#de499c Text Font Color

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

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


#de499c Background Color

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

This div background color is #de499c


#de499c Border Color

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

This div border color is #de499c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de499c


Comments

No comments written yet.

Please login to write comment.