Color Hex Logo

#de5bdf Color Hex

#DE5BDF
(222,91,223)
0 Favorites   0 Comments

Color spaces of #de5bdf

RGB 22291223
HSL0.830.670.62
HSV300°59°87°
CMYK 0.000.590.00   0.13
XYZ47.184628.339572.7952
Yxy28.33950.31810.1911
Hunter Lab53.234965.0521-43.8108
CIE-Lab60.194267.4813-43.5123

#de5bdf color RGB value is (222,91,223).

#de5bdf hex color red value is 222, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de5bdf hue: 0.83 , saturation: 0.67 and the lightness value of de5bdf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011011 11011111
Octal 336 133 337
Decimal 222 91 223
Hex DE 5B DF

RGB Percentages of Color #de5bdf

%41.42
%16.98
%41.60

CMYK Percentages of Color #de5bdf

%0
%59
%0
%13

Triadic Colors of #de5bdf

#de5bdf #dfde5b #5bdfde

Analogous Colors of #de5bdf

#de5bdf #df5b9e #9c5bdf

Monochromatic Colors of #de5bdf

#de5bdf

Complementary Color

#de5bdf #5cdf5b

#de5bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5bdf Color CSS Codes

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

#de5bdf Text Font Color

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

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


#de5bdf Background Color

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

This div background color is #de5bdf


#de5bdf Border Color

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

This div border color is #de5bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5bdf


Comments

No comments written yet.

Please login to write comment.