Color Hex Logo

#dc6fad Color Hex

#DC6FAD
(220,111,173)
0 Favorites   0 Comments

Color spaces of #dc6fad

RGB 220111173
HSL0.910.610.65
HSV326°50°86°
CMYK 0.000.500.21   0.14
XYZ42.742529.601742.9961
Yxy29.60170.37060.2566
Hunter Lab54.407445.0166-8.7694
CIE-Lab61.309049.8406-13.4388

#dc6fad color RGB value is (220,111,173).

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

The process color (four color CMYK) of #dc6fad color hex is 0.00, 0.50, 0.21, 0.14. Web safe color of #dc6fad is #cc6699. Color #dc6fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 10101101
Octal 334 157 255
Decimal 220 111 173
Hex DC 6F AD

RGB Percentages of Color #dc6fad

%43.65
%22.02
%34.33

CMYK Percentages of Color #dc6fad

%0
%50
%21
%14

Triadic Colors of #dc6fad

#dc6fad #addc6f #6faddc

Analogous Colors of #dc6fad

#dc6fad #dc6f77 #d56fdc

Monochromatic Colors of #dc6fad

#dc6fad

Complementary Color

#dc6fad #6fdc9e

#dc6fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6fad Color CSS Codes

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

#dc6fad Text Font Color

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

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


#dc6fad Background Color

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

This div background color is #dc6fad


#dc6fad Border Color

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

This div border color is #dc6fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6fad


Comments

No comments written yet.

Please login to write comment.