Color Hex Logo

#de5bbb Color Hex

#DE5BBB
(222,91,187)
0 Favorites   0 Comments

Color spaces of #de5bbb

RGB 22291187
HSL0.880.660.61
HSV316°59°87°
CMYK 0.000.590.16   0.13
XYZ42.834926.599649.8903
Yxy26.59960.35900.2229
Hunter Lab51.574857.9954-21.2512
CIE-Lab58.601961.7852-25.5634

#de5bbb color RGB value is (222,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011011 10111011
Octal 336 133 273
Decimal 222 91 187
Hex DE 5B BB

RGB Percentages of Color #de5bbb

%44.40
%18.20
%37.40

CMYK Percentages of Color #de5bbb

%0
%59
%16
%13

Triadic Colors of #de5bbb

#de5bbb #bbde5b #5bbbde

Analogous Colors of #de5bbb

#de5bbb #de5b7a #c05bde

Monochromatic Colors of #de5bbb

#de5bbb

Complementary Color

#de5bbb #5bde7e

#de5bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5bbb Color CSS Codes

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

#de5bbb Text Font Color

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

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


#de5bbb Background Color

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

This div background color is #de5bbb


#de5bbb Border Color

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

This div border color is #de5bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5bbb


Comments

No comments written yet.

Please login to write comment.