Color Hex Logo

#de609b Color Hex

#DE609B
(222,96,155)
0 Favorites   0 Comments

Color spaces of #de609b

RGB 22296155
HSL0.920.660.62
HSV332°57°87°
CMYK 0.000.570.30   0.13
XYZ40.223526.261933.9594
Yxy26.26190.40050.2615
Hunter Lab51.246450.4243-3.4172
CIE-Lab58.284855.1978-7.5551

#de609b color RGB value is (222,96,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 10011011
Octal 336 140 233
Decimal 222 96 155
Hex DE 60 9B

RGB Percentages of Color #de609b

%46.93
%20.30
%32.77

CMYK Percentages of Color #de609b

%0
%57
%30
%13

Triadic Colors of #de609b

#de609b #9bde60 #609bde

Analogous Colors of #de609b

#de609b #de6460 #de60da

Monochromatic Colors of #de609b

#de609b

Complementary Color

#de609b #60dea3

#de609b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de609b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de609b Color CSS Codes

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

#de609b Text Font Color

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

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


#de609b Background Color

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

This div background color is #de609b


#de609b Border Color

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

This div border color is #de609b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de609b


Comments

No comments written yet.

Please login to write comment.