Color Hex Logo

#df6fad Color Hex

#DF6FAD
(223,111,173)
0 Favorites   0 Comments

Color spaces of #df6fad

RGB 223111173
HSL0.910.640.65
HSV327°50°87°
CMYK 0.000.500.22   0.13
XYZ43.658730.074043.0390
Yxy30.07400.37390.2575
Hunter Lab54.839846.1367-8.1438
CIE-Lab61.718050.7954-12.7825

#df6fad color RGB value is (223,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101111 10101101
Octal 337 157 255
Decimal 223 111 173
Hex DF 6F AD

RGB Percentages of Color #df6fad

%43.98
%21.89
%34.12

CMYK Percentages of Color #df6fad

%0
%50
%22
%13

Triadic Colors of #df6fad

#df6fad #addf6f #6faddf

Analogous Colors of #df6fad

#df6fad #df6f75 #d96fdf

Monochromatic Colors of #df6fad

#df6fad

Complementary Color

#df6fad #6fdfa1

#df6fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6fad Color CSS Codes

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

#df6fad Text Font Color

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

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


#df6fad Background Color

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

This div background color is #df6fad


#df6fad Border Color

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

This div border color is #df6fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6fad


Comments

No comments written yet.

Please login to write comment.