Color Hex Logo

#dcabea Color Hex

#DCABEA
(220,171,234)
0 Favorites   0 Comments

Color spaces of #dcabea

RGB 220171234
HSL0.800.600.79
HSV287°27°92°
CMYK 0.060.270.00   0.08
XYZ58.929450.282084.4414
Yxy50.28200.30430.2597
Hunter Lab70.909824.2498-20.9673
CIE-Lab76.242028.7566-24.7125

#dcabea color RGB value is (220,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11101010
Octal 334 253 352
Decimal 220 171 234
Hex DC AB EA

RGB Percentages of Color #dcabea

%35.20
%27.36
%37.44

CMYK Percentages of Color #dcabea

%6
%27
%0
%8

Triadic Colors of #dcabea

#dcabea #eadcab #abeadc

Analogous Colors of #dcabea

#dcabea #eaabd9 #bdabea

Monochromatic Colors of #dcabea

#dcabea

Complementary Color

#dcabea #b9eaab

#dcabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabea Color CSS Codes

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

#dcabea Text Font Color

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

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


#dcabea Background Color

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

This div background color is #dcabea


#dcabea Border Color

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

This div border color is #dcabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabea


Comments

No comments written yet.

Please login to write comment.