Color Hex Logo

#dcabf0 Color Hex

#DCABF0
(220,171,240)
0 Favorites   0 Comments

Color spaces of #dcabf0

RGB 220171240
HSL0.790.700.81
HSV283°29°94°
CMYK 0.080.290.00   0.06
XYZ59.806350.632789.0590
Yxy50.63270.29980.2538
Hunter Lab71.156725.5029-24.3971
CIE-Lab76.456029.9388-27.6337

#dcabf0 color RGB value is (220,171,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11110000
Octal 334 253 360
Decimal 220 171 240
Hex DC AB F0

RGB Percentages of Color #dcabf0

%34.87
%27.10
%38.03

CMYK Percentages of Color #dcabf0

%8
%29
%0
%6

Triadic Colors of #dcabf0

#dcabf0 #f0dcab #abf0dc

Analogous Colors of #dcabf0

#dcabf0 #f0abe2 #baabf0

Monochromatic Colors of #dcabf0

#dcabf0

Complementary Color

#dcabf0 #bff0ab

#dcabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabf0 Color CSS Codes

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

#dcabf0 Text Font Color

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

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


#dcabf0 Background Color

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

This div background color is #dcabf0


#dcabf0 Border Color

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

This div border color is #dcabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabf0


Comments

No comments written yet.

Please login to write comment.