Color Hex Logo

#de95cb Color Hex

#DE95CB
(222,149,203)
0 Favorites   0 Comments

Color spaces of #de95cb

RGB 222149203
HSL0.880.530.73
HSV316°33°87°
CMYK 0.000.330.09   0.13
XYZ51.651141.336361.7563
Yxy41.33630.33380.2671
Hunter Lab64.293330.8876-11.9451
CIE-Lab70.410935.5614-16.5687

#de95cb color RGB value is (222,149,203).

#de95cb hex color red value is 222, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #de95cb hue: 0.88 , saturation: 0.53 and the lightness value of de95cb is 0.73.

The process color (four color CMYK) of #de95cb color hex is 0.00, 0.33, 0.09, 0.13. Web safe color of #de95cb is #cc99cc. Color #de95cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 11001011
Octal 336 225 313
Decimal 222 149 203
Hex DE 95 CB

RGB Percentages of Color #de95cb

%38.68
%25.96
%35.37

CMYK Percentages of Color #de95cb

%0
%33
%9
%13

Triadic Colors of #de95cb

#de95cb #cbde95 #95cbde

Analogous Colors of #de95cb

#de95cb #de95a7 #cd95de

Monochromatic Colors of #de95cb

#de95cb

Complementary Color

#de95cb #95dea8

#de95cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95cb Color CSS Codes

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

#de95cb Text Font Color

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

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


#de95cb Background Color

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

This div background color is #de95cb


#de95cb Border Color

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

This div border color is #de95cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95cb


Comments

No comments written yet.

Please login to write comment.