Color Hex Logo

#de5abb Color Hex

#DE5ABB
(222,90,187)
0 Favorites   0 Comments

Color spaces of #de5abb

RGB 22290187
HSL0.880.670.61
HSV316°59°87°
CMYK 0.000.590.16   0.13
XYZ42.750026.429849.8620
Yxy26.42980.35910.2220
Hunter Lab51.409958.4646-21.5179
CIE-Lab58.442862.2175-25.8085

#de5abb color RGB value is (222,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011010 10111011
Octal 336 132 273
Decimal 222 90 187
Hex DE 5A BB

RGB Percentages of Color #de5abb

%44.49
%18.04
%37.47

CMYK Percentages of Color #de5abb

%0
%59
%16
%13

Triadic Colors of #de5abb

#de5abb #bbde5a #5abbde

Analogous Colors of #de5abb

#de5abb #de5a79 #bf5ade

Monochromatic Colors of #de5abb

#de5abb

Complementary Color

#de5abb #5ade7d

#de5abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5abb Color CSS Codes

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

#de5abb Text Font Color

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

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


#de5abb Background Color

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

This div background color is #de5abb


#de5abb Border Color

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

This div border color is #de5abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5abb


Comments

No comments written yet.

Please login to write comment.