Color Hex Logo

#de5bbe Color Hex

#DE5BBE
(222,91,190)
0 Favorites   0 Comments

Color spaces of #de5bbe

RGB 22291190
HSL0.870.660.61
HSV315°59°87°
CMYK 0.000.590.14   0.13
XYZ43.159626.729551.5997
Yxy26.72950.35530.2200
Hunter Lab51.700658.5356-22.9839
CIE-Lab58.723162.2288-27.0956

#de5bbe color RGB value is (222,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011011 10111110
Octal 336 133 276
Decimal 222 91 190
Hex DE 5B BE

RGB Percentages of Color #de5bbe

%44.14
%18.09
%37.77

CMYK Percentages of Color #de5bbe

%0
%59
%14
%13

Triadic Colors of #de5bbe

#de5bbe #bede5b #5bbede

Analogous Colors of #de5bbe

#de5bbe #de5b7d #bd5bde

Monochromatic Colors of #de5bbe

#de5bbe

Complementary Color

#de5bbe #5bde7b

#de5bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5bbe Color CSS Codes

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

#de5bbe Text Font Color

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

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


#de5bbe Background Color

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

This div background color is #de5bbe


#de5bbe Border Color

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

This div border color is #de5bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5bbe


Comments

No comments written yet.

Please login to write comment.