Color Hex Logo

#df95cb Color Hex

#DF95CB
(223,149,203)
0 Favorites   0 Comments

Color spaces of #df95cb

RGB 223149203
HSL0.880.540.73
HSV316°33°87°
CMYK 0.000.330.09   0.13
XYZ51.958441.494761.7707
Yxy41.49470.33470.2673
Hunter Lab64.416431.2498-11.7634
CIE-Lab70.521135.8938-16.3915

#df95cb color RGB value is (223,149,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 11001011
Octal 337 225 313
Decimal 223 149 203
Hex DF 95 CB

RGB Percentages of Color #df95cb

%38.78
%25.91
%35.30

CMYK Percentages of Color #df95cb

%0
%33
%9
%13

Triadic Colors of #df95cb

#df95cb #cbdf95 #95cbdf

Analogous Colors of #df95cb

#df95cb #df95a6 #ce95df

Monochromatic Colors of #df95cb

#df95cb

Complementary Color

#df95cb #95dfa9

#df95cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df95cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df95cb Color CSS Codes

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

#df95cb Text Font Color

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

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


#df95cb Background Color

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

This div background color is #df95cb


#df95cb Border Color

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

This div border color is #df95cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df95cb


Comments

No comments written yet.

Please login to write comment.