Color Hex Logo

#de59ba Color Hex

#DE59BA
(222,89,186)
0 Favorites   0 Comments

Color spaces of #de59ba

RGB 22289186
HSL0.880.670.61
HSV316°60°87°
CMYK 0.000.600.16   0.13
XYZ42.559526.219549.2721
Yxy26.21950.36050.2221
Hunter Lab51.205058.7532-21.2084
CIE-Lab58.244862.5009-25.5395

#de59ba color RGB value is (222,89,186).

#de59ba hex color red value is 222, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #de59ba hue: 0.88 , saturation: 0.67 and the lightness value of de59ba is 0.61.

The process color (four color CMYK) of #de59ba color hex is 0.00, 0.60, 0.16, 0.13. Web safe color of #de59ba is #cc66cc. Color #de59ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 10111010
Octal 336 131 272
Decimal 222 89 186
Hex DE 59 BA

RGB Percentages of Color #de59ba

%44.67
%17.91
%37.42

CMYK Percentages of Color #de59ba

%0
%60
%16
%13

Triadic Colors of #de59ba

#de59ba #bade59 #59bade

Analogous Colors of #de59ba

#de59ba #de5978 #c059de

Monochromatic Colors of #de59ba

#de59ba

Complementary Color

#de59ba #59de7d

#de59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de59ba Color CSS Codes

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

#de59ba Text Font Color

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

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


#de59ba Background Color

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

This div background color is #de59ba


#de59ba Border Color

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

This div border color is #de59ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de59ba


Comments

No comments written yet.

Please login to write comment.