Color Hex Logo

#de608e Color Hex

#DE608E
(222,96,142)
0 Favorites   0 Comments

Color spaces of #de608e

RGB 22296142
HSL0.940.660.62
HSV338°57°87°
CMYK 0.000.570.36   0.13
XYZ39.189625.848328.5149
Yxy25.84830.41890.2763
Hunter Lab50.841248.61982.3354
CIE-Lab57.892853.6433-0.5566

#de608e color RGB value is (222,96,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 10001110
Octal 336 140 216
Decimal 222 96 142
Hex DE 60 8E

RGB Percentages of Color #de608e

%48.26
%20.87
%30.87

CMYK Percentages of Color #de608e

%0
%57
%36
%13

Triadic Colors of #de608e

#de608e #8ede60 #608ede

Analogous Colors of #de608e

#de608e #de7160 #de60cd

Monochromatic Colors of #de608e

#de608e

Complementary Color

#de608e #60deb0

#de608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de608e Color CSS Codes

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

#de608e Text Font Color

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

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


#de608e Background Color

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

This div background color is #de608e


#de608e Border Color

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

This div border color is #de608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de608e


Comments

No comments written yet.

Please login to write comment.