Color Hex Logo

#dcc6fa Color Hex

#DCC6FA
(220,198,250)
0 Favorites   0 Comments

Color spaces of #dcc6fa

RGB 220198250
HSL0.740.840.88
HSV265°21°98°
CMYK 0.120.210.00   0.02
XYZ66.964662.505998.9779
Yxy62.50590.29310.2736
Hunter Lab79.060712.8338-18.8841
CIE-Lab83.181717.4027-22.7386

#dcc6fa color RGB value is (220,198,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 11111010
Octal 334 306 372
Decimal 220 198 250
Hex DC C6 FA

RGB Percentages of Color #dcc6fa

%32.93
%29.64
%37.43

CMYK Percentages of Color #dcc6fa

%12
%21
%0
%2

Triadic Colors of #dcc6fa

#dcc6fa #fadcc6 #c6fadc

Analogous Colors of #dcc6fa

#dcc6fa #f6c6fa #c6cafa

Monochromatic Colors of #dcc6fa

#dcc6fa

Complementary Color

#dcc6fa #e4fac6

#dcc6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc6fa Color CSS Codes

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

#dcc6fa Text Font Color

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

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


#dcc6fa Background Color

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

This div background color is #dcc6fa


#dcc6fa Border Color

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

This div border color is #dcc6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.