Color Hex Logo

#df95cc Color Hex

#DF95CC
(223,149,204)
0 Favorites   0 Comments

Color spaces of #df95cc

RGB 223149204
HSL0.880.540.73
HSV315°33°87°
CMYK 0.000.330.09   0.13
XYZ52.078041.542562.4004
Yxy41.54250.33380.2663
Hunter Lab64.453531.4333-12.2840
CIE-Lab70.554336.0641-16.8949

#df95cc color RGB value is (223,149,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 11001100
Octal 337 225 314
Decimal 223 149 204
Hex DF 95 CC

RGB Percentages of Color #df95cc

%38.72
%25.87
%35.42

CMYK Percentages of Color #df95cc

%0
%33
%9
%13

Triadic Colors of #df95cc

#df95cc #ccdf95 #95ccdf

Analogous Colors of #df95cc

#df95cc #df95a7 #cd95df

Monochromatic Colors of #df95cc

#df95cc

Complementary Color

#df95cc #95dfa8

#df95cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df95cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df95cc Color CSS Codes

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

#df95cc Text Font Color

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

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


#df95cc Background Color

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

This div background color is #df95cc


#df95cc Border Color

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

This div border color is #df95cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df95cc


Comments

No comments written yet.

Please login to write comment.