Color Hex Logo

#dcaffa Color Hex

#DCAFFA
(220,175,250)
0 Favorites   0 Comments

Color spaces of #dcaffa

RGB 220175250
HSL0.770.880.83
HSV276°30°98°
CMYK 0.120.300.00   0.02
XYZ62.100552.777797.3565
Yxy52.77770.29260.2487
Hunter Lab72.648325.4492-28.6012
CIE-Lab77.743629.7988-31.0509

#dcaffa color RGB value is (220,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11111010
Octal 334 257 372
Decimal 220 175 250
Hex DC AF FA

RGB Percentages of Color #dcaffa

%34.11
%27.13
%38.76

CMYK Percentages of Color #dcaffa

%12
%30
%0
%2

Triadic Colors of #dcaffa

#dcaffa #fadcaf #affadc

Analogous Colors of #dcaffa

#dcaffa #faaff3 #b7affa

Monochromatic Colors of #dcaffa

#dcaffa

Complementary Color

#dcaffa #cdfaaf

#dcaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaffa Color CSS Codes

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

#dcaffa Text Font Color

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

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


#dcaffa Background Color

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

This div background color is #dcaffa


#dcaffa Border Color

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

This div border color is #dcaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaffa


Comments

No comments written yet.

Please login to write comment.