Color Hex Logo

#dcc0fa Color Hex

#DCC0FA
(220,192,250)
0 Favorites   0 Comments

Color spaces of #dcc0fa

RGB 220192250
HSL0.750.850.87
HSV269°23°98°
CMYK 0.120.230.00   0.02
XYZ65.620259.817098.5298
Yxy59.81700.29300.2671
Hunter Lab77.341516.1004-21.3940
CIE-Lab81.738620.6254-24.9338

#dcc0fa color RGB value is (220,192,250).

#dcc0fa hex color red value is 220, green value is 192 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dcc0fa hue: 0.75 , saturation: 0.85 and the lightness value of dcc0fa is 0.87.

The process color (four color CMYK) of #dcc0fa color hex is 0.12, 0.23, 0.00, 0.02. Web safe color of #dcc0fa is #ccccff. Color #dcc0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 11111010
Octal 334 300 372
Decimal 220 192 250
Hex DC C0 FA

RGB Percentages of Color #dcc0fa

%33.23
%29.00
%37.76

CMYK Percentages of Color #dcc0fa

%12
%23
%0
%2

Triadic Colors of #dcc0fa

#dcc0fa #fadcc0 #c0fadc

Analogous Colors of #dcc0fa

#dcc0fa #f9c0fa #c0c1fa

Monochromatic Colors of #dcc0fa

#dcc0fa

Complementary Color

#dcc0fa #defac0

#dcc0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc0fa Color CSS Codes

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

#dcc0fa Text Font Color

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

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


#dcc0fa Background Color

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

This div background color is #dcc0fa


#dcc0fa Border Color

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

This div border color is #dcc0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc0fa


Comments

No comments written yet.

Please login to write comment.