Color Hex Logo

#df8fcc Color Hex

#DF8FCC
(223,143,204)
0 Favorites   0 Comments

Color spaces of #df8fcc

RGB 223143204
HSL0.870.560.72
HSV314°36°87°
CMYK 0.000.360.09   0.13
XYZ51.153039.692562.0921
Yxy39.69250.33450.2595
Hunter Lab63.002034.6755-14.3323
CIE-Lab69.250039.2496-18.8698

#df8fcc color RGB value is (223,143,204).

#df8fcc hex color red value is 223, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df8fcc hue: 0.87 , saturation: 0.56 and the lightness value of df8fcc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001111 11001100
Octal 337 217 314
Decimal 223 143 204
Hex DF 8F CC

RGB Percentages of Color #df8fcc

%39.12
%25.09
%35.79

CMYK Percentages of Color #df8fcc

%0
%36
%9
%13

Triadic Colors of #df8fcc

#df8fcc #ccdf8f #8fccdf

Analogous Colors of #df8fcc

#df8fcc #df8fa4 #ca8fdf

Monochromatic Colors of #df8fcc

#df8fcc

Complementary Color

#df8fcc #8fdfa2

#df8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8fcc Color CSS Codes

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

#df8fcc Text Font Color

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

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


#df8fcc Background Color

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

This div background color is #df8fcc


#df8fcc Border Color

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

This div border color is #df8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8fcc


Comments

No comments written yet.

Please login to write comment.