Color Hex Logo

#dcabf4 Color Hex

#DCABF4
(220,171,244)
0 Favorites   0 Comments

Color spaces of #dcabf4

RGB 220171244
HSL0.780.770.81
HSV280°30°96°
CMYK 0.100.300.00   0.04
XYZ60.407250.873192.2236
Yxy50.87310.29680.2500
Hunter Lab71.325426.3566-26.7341
CIE-Lab76.602130.7393-29.5715

#dcabf4 color RGB value is (220,171,244).

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

The process color (four color CMYK) of #dcabf4 color hex is 0.10, 0.30, 0.00, 0.04. Web safe color of #dcabf4 is #cc99ff. Color #dcabf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11110100
Octal 334 253 364
Decimal 220 171 244
Hex DC AB F4

RGB Percentages of Color #dcabf4

%34.65
%26.93
%38.43

CMYK Percentages of Color #dcabf4

%10
%30
%0
%4

Triadic Colors of #dcabf4

#dcabf4 #f4dcab #abf4dc

Analogous Colors of #dcabf4

#dcabf4 #f4abe8 #b8abf4

Monochromatic Colors of #dcabf4

#dcabf4

Complementary Color

#dcabf4 #c3f4ab

#dcabf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabf4 Color CSS Codes

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

#dcabf4 Text Font Color

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

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


#dcabf4 Background Color

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

This div background color is #dcabf4


#dcabf4 Border Color

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

This div border color is #dcabf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabf4


Comments

No comments written yet.

Please login to write comment.