Color Hex Logo

#dcc5fa Color Hex

#DCC5FA
(220,197,250)
0 Favorites   0 Comments

Color spaces of #dcc5fa

RGB 220197250
HSL0.740.840.88
HSV266°21°98°
CMYK 0.120.210.00   0.02
XYZ66.736862.050398.9020
Yxy62.05030.29310.2725
Hunter Lab78.772013.3768-19.3010
CIE-Lab82.940217.9388-23.1055

#dcc5fa color RGB value is (220,197,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 11111010
Octal 334 305 372
Decimal 220 197 250
Hex DC C5 FA

RGB Percentages of Color #dcc5fa

%32.98
%29.54
%37.48

CMYK Percentages of Color #dcc5fa

%12
%21
%0
%2

Triadic Colors of #dcc5fa

#dcc5fa #fadcc5 #c5fadc

Analogous Colors of #dcc5fa

#dcc5fa #f7c5fa #c5c9fa

Monochromatic Colors of #dcc5fa

#dcc5fa

Complementary Color

#dcc5fa #e3fac5

#dcc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc5fa Color CSS Codes

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

#dcc5fa Text Font Color

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

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


#dcc5fa Background Color

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

This div background color is #dcc5fa


#dcc5fa Border Color

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

This div border color is #dcc5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc5fa


Comments

No comments written yet.

Please login to write comment.