Color Hex Logo

#dcacea Color Hex

#DCACEA
(220,172,234)
0 Favorites   0 Comments

Color spaces of #dcacea

RGB 220172234
HSL0.800.600.80
HSV286°26°92°
CMYK 0.060.260.00   0.08
XYZ59.119050.661284.5046
Yxy50.66120.30430.2608
Hunter Lab71.176723.7020-20.5684
CIE-Lab76.473328.2164-24.3595

#dcacea color RGB value is (220,172,234).

#dcacea hex color red value is 220, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dcacea hue: 0.80 , saturation: 0.60 and the lightness value of dcacea is 0.80.

The process color (four color CMYK) of #dcacea color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #dcacea is #cc99ff. Color #dcacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11101010
Octal 334 254 352
Decimal 220 172 234
Hex DC AC EA

RGB Percentages of Color #dcacea

%35.14
%27.48
%37.38

CMYK Percentages of Color #dcacea

%6
%26
%0
%8

Triadic Colors of #dcacea

#dcacea #eadcac #aceadc

Analogous Colors of #dcacea

#dcacea #eaacd9 #bdacea

Monochromatic Colors of #dcacea

#dcacea

Complementary Color

#dcacea #baeaac

#dcacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacea Color CSS Codes

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

#dcacea Text Font Color

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

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


#dcacea Background Color

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

This div background color is #dcacea


#dcacea Border Color

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

This div border color is #dcacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacea


Comments

No comments written yet.

Please login to write comment.