Color Hex Logo

#dcaccf Color Hex

#DCACCF
(220,172,207)
0 Favorites   0 Comments

Color spaces of #dcaccf

RGB 220172207
HSL0.880.410.77
HSV316°22°86°
CMYK 0.000.220.06   0.14
XYZ55.530249.225765.6062
Yxy49.22570.32600.2889
Hunter Lab70.161018.4952-6.3282
CIE-Lab75.591523.2000-11.0077

#dcaccf color RGB value is (220,172,207).

#dcaccf hex color red value is 220, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dcaccf hue: 0.88 , saturation: 0.41 and the lightness value of dcaccf is 0.77.

The process color (four color CMYK) of #dcaccf color hex is 0.00, 0.22, 0.06, 0.14. Web safe color of #dcaccf is #cc99cc. Color #dcaccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11001111
Octal 334 254 317
Decimal 220 172 207
Hex DC AC CF

RGB Percentages of Color #dcaccf

%36.73
%28.71
%34.56

CMYK Percentages of Color #dcaccf

%0
%22
%6
%14

Triadic Colors of #dcaccf

#dcaccf #cfdcac #accfdc

Analogous Colors of #dcaccf

#dcaccf #dcacb7 #d1acdc

Monochromatic Colors of #dcaccf

#dcaccf

Complementary Color

#dcaccf #acdcb9

#dcaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaccf Color CSS Codes

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

#dcaccf Text Font Color

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

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


#dcaccf Background Color

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

This div background color is #dcaccf


#dcaccf Border Color

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

This div border color is #dcaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaccf


Comments

No comments written yet.

Please login to write comment.