Color Hex Logo

#de5bbd Color Hex

#DE5BBD
(222,91,189)
0 Favorites   0 Comments

Color spaces of #de5bbd

RGB 22291189
HSL0.880.660.61
HSV315°59°87°
CMYK 0.000.590.15   0.13
XYZ43.050626.685951.0260
Yxy26.68590.35650.2210
Hunter Lab51.658458.3545-22.4033
CIE-Lab58.682562.0802-26.5857

#de5bbd color RGB value is (222,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011011 10111101
Octal 336 133 275
Decimal 222 91 189
Hex DE 5B BD

RGB Percentages of Color #de5bbd

%44.22
%18.13
%37.65

CMYK Percentages of Color #de5bbd

%0
%59
%15
%13

Triadic Colors of #de5bbd

#de5bbd #bdde5b #5bbdde

Analogous Colors of #de5bbd

#de5bbd #de5b7c #be5bde

Monochromatic Colors of #de5bbd

#de5bbd

Complementary Color

#de5bbd #5bde7c

#de5bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5bbd Color CSS Codes

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

#de5bbd Text Font Color

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

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


#de5bbd Background Color

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

This div background color is #de5bbd


#de5bbd Border Color

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

This div border color is #de5bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5bbd


Comments

No comments written yet.

Please login to write comment.