Color Hex Logo

#dcabfa Color Hex

#DCABFA
(220,171,250)
0 Favorites   0 Comments

Color spaces of #dcabfa

RGB 220171250
HSL0.770.890.83
HSV277°32°98°
CMYK 0.120.320.00   0.02
XYZ61.333451.243697.1009
Yxy51.24360.29250.2444
Hunter Lab71.584627.6649-30.3146
CIE-Lab76.826331.9586-32.4636

#dcabfa color RGB value is (220,171,250).

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

The process color (four color CMYK) of #dcabfa color hex is 0.12, 0.32, 0.00, 0.02. Web safe color of #dcabfa is #cc99ff. Color #dcabfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11111010
Octal 334 253 372
Decimal 220 171 250
Hex DC AB FA

RGB Percentages of Color #dcabfa

%34.32
%26.68
%39.00

CMYK Percentages of Color #dcabfa

%12
%32
%0
%2

Triadic Colors of #dcabfa

#dcabfa #fadcab #abfadc

Analogous Colors of #dcabfa

#dcabfa #faabf1 #b5abfa

Monochromatic Colors of #dcabfa

#dcabfa

Complementary Color

#dcabfa #c9faab

#dcabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabfa Color CSS Codes

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

#dcabfa Text Font Color

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

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


#dcabfa Background Color

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

This div background color is #dcabfa


#dcabfa Border Color

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

This div border color is #dcabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabfa


Comments

No comments written yet.

Please login to write comment.