Color Hex Logo

#de609e Color Hex

#DE609E
(222,96,158)
0 Favorites   0 Comments

Color spaces of #de609e

RGB 22296158
HSL0.920.660.62
HSV330°57°87°
CMYK 0.000.570.29   0.13
XYZ40.478626.364035.3030
Yxy26.36400.39630.2581
Hunter Lab51.345950.8654-4.8229
CIE-Lab58.381055.5753-9.1550

#de609e color RGB value is (222,96,158).

#de609e hex color red value is 222, green value is 96 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #de609e hue: 0.92 , saturation: 0.66 and the lightness value of de609e is 0.62.

The process color (four color CMYK) of #de609e color hex is 0.00, 0.57, 0.29, 0.13. Web safe color of #de609e is #cc6699. Color #de609e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 10011110
Octal 336 140 236
Decimal 222 96 158
Hex DE 60 9E

RGB Percentages of Color #de609e

%46.64
%20.17
%33.19

CMYK Percentages of Color #de609e

%0
%57
%29
%13

Triadic Colors of #de609e

#de609e #9ede60 #609ede

Analogous Colors of #de609e

#de609e #de6160 #de60dd

Monochromatic Colors of #de609e

#de609e

Complementary Color

#de609e #60dea0

#de609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de609e Color CSS Codes

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

#de609e Text Font Color

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

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


#de609e Background Color

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

This div background color is #de609e


#de609e Border Color

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

This div border color is #de609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de609e


Comments

No comments written yet.

Please login to write comment.