Color Hex Logo

#df6cad Color Hex

#DF6CAD
(223,108,173)
0 Favorites   0 Comments

Color spaces of #df6cad

RGB 223108173
HSL0.910.640.65
HSV326°52°87°
CMYK 0.000.520.22   0.13
XYZ43.336829.430242.9317
Yxy29.43020.37460.2544
Hunter Lab54.249647.6563-8.9458
CIE-Lab61.159452.2526-13.6234

#df6cad color RGB value is (223,108,173).

#df6cad hex color red value is 223, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df6cad hue: 0.91 , saturation: 0.64 and the lightness value of df6cad is 0.65.

The process color (four color CMYK) of #df6cad color hex is 0.00, 0.52, 0.22, 0.13. Web safe color of #df6cad is #cc6699. Color #df6cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101100 10101101
Octal 337 154 255
Decimal 223 108 173
Hex DF 6C AD

RGB Percentages of Color #df6cad

%44.25
%21.43
%34.33

CMYK Percentages of Color #df6cad

%0
%52
%22
%13

Triadic Colors of #df6cad

#df6cad #addf6c #6caddf

Analogous Colors of #df6cad

#df6cad #df6c74 #d86cdf

Monochromatic Colors of #df6cad

#df6cad

Complementary Color

#df6cad #6cdf9e

#df6cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6cad Color CSS Codes

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

#df6cad Text Font Color

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

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


#df6cad Background Color

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

This div background color is #df6cad


#df6cad Border Color

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

This div border color is #df6cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6cad


Comments

No comments written yet.

Please login to write comment.