Color Hex Logo

#df8cca Color Hex

#DF8CCA
(223,140,202)
0 Favorites   0 Comments

Color spaces of #df8cca

RGB 223140202
HSL0.880.560.71
HSV315°37°87°
CMYK 0.000.370.09   0.13
XYZ50.470238.708460.6885
Yxy38.70840.33680.2583
Hunter Lab62.216135.9226-14.2830
CIE-Lab68.539540.4942-18.8355

#df8cca color RGB value is (223,140,202).

#df8cca hex color red value is 223, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #df8cca hue: 0.88 , saturation: 0.56 and the lightness value of df8cca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 11001010
Octal 337 214 312
Decimal 223 140 202
Hex DF 8C CA

RGB Percentages of Color #df8cca

%39.47
%24.78
%35.75

CMYK Percentages of Color #df8cca

%0
%37
%9
%13

Triadic Colors of #df8cca

#df8cca #cadf8c #8ccadf

Analogous Colors of #df8cca

#df8cca #df8ca1 #cb8cdf

Monochromatic Colors of #df8cca

#df8cca

Complementary Color

#df8cca #8cdfa1

#df8cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8cca Color CSS Codes

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

#df8cca Text Font Color

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

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


#df8cca Background Color

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

This div background color is #df8cca


#df8cca Border Color

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

This div border color is #df8cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8cca


Comments

No comments written yet.

Please login to write comment.