Color Hex Logo

#de559b Color Hex

#DE559B
(222,85,155)
0 Favorites   0 Comments

Color spaces of #de559b

RGB 22285155
HSL0.910.670.60
HSV329°62°87°
CMYK 0.000.620.30   0.13
XYZ39.289124.393233.6479
Yxy24.39320.40370.2506
Hunter Lab49.389555.5644-5.8203
CIE-Lab56.479360.0504-10.2520

#de559b color RGB value is (222,85,155).

#de559b hex color red value is 222, green value is 85 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #de559b hue: 0.91 , saturation: 0.67 and the lightness value of de559b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 10011011
Octal 336 125 233
Decimal 222 85 155
Hex DE 55 9B

RGB Percentages of Color #de559b

%48.05
%18.40
%33.55

CMYK Percentages of Color #de559b

%0
%62
%30
%13

Triadic Colors of #de559b

#de559b #9bde55 #559bde

Analogous Colors of #de559b

#de559b #de5557 #dd55de

Monochromatic Colors of #de559b

#de559b

Complementary Color

#de559b #55de98

#de559b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de559b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de559b Color CSS Codes

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

#de559b Text Font Color

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

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


#de559b Background Color

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

This div background color is #de559b


#de559b Border Color

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

This div border color is #de559b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,85,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 #de559b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de559b


Comments

No comments written yet.

Please login to write comment.