Color Hex Logo

#dc6fac Color Hex

#DC6FAC
(220,111,172)
0 Favorites   0 Comments

Color spaces of #dc6fac

RGB 220111172
HSL0.910.610.65
HSV326°50°86°
CMYK 0.000.500.22   0.14
XYZ42.646029.563142.4883
Yxy29.56310.37180.2577
Hunter Lab54.372044.8534-8.2711
CIE-Lab61.275449.6970-12.9169

#dc6fac color RGB value is (220,111,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 10101100
Octal 334 157 254
Decimal 220 111 172
Hex DC 6F AC

RGB Percentages of Color #dc6fac

%43.74
%22.07
%34.19

CMYK Percentages of Color #dc6fac

%0
%50
%22
%14

Triadic Colors of #dc6fac

#dc6fac #acdc6f #6facdc

Analogous Colors of #dc6fac

#dc6fac #dc6f76 #d66fdc

Monochromatic Colors of #dc6fac

#dc6fac

Complementary Color

#dc6fac #6fdc9f

#dc6fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6fac Color CSS Codes

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

#dc6fac Text Font Color

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

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


#dc6fac Background Color

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

This div background color is #dc6fac


#dc6fac Border Color

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

This div border color is #dc6fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,111,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6fac


Comments

No comments written yet.

Please login to write comment.