Color Hex Logo

#dcc1fe Color Hex

#DCC1FE
(220,193,254)
0 Favorites   0 Comments

Color spaces of #dcc1fe

RGB 220193254
HSL0.740.970.88
HSV267°24°100°
CMYK 0.130.240.00   0.00
XYZ66.474660.5113101.9422
Yxy60.51130.29040.2643
Hunter Lab77.789016.4064-23.2470
CIE-Lab82.115320.9114-26.4923

#dcc1fe color RGB value is (220,193,254).

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

The process color (four color CMYK) of #dcc1fe color hex is 0.13, 0.24, 0.00, 0.00. Web safe color of #dcc1fe is #ccccff. Color #dcc1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 11111110
Octal 334 301 376
Decimal 220 193 254
Hex DC C1 FE

RGB Percentages of Color #dcc1fe

%32.98
%28.94
%38.08

CMYK Percentages of Color #dcc1fe

%13
%24
%0
%0

Triadic Colors of #dcc1fe

#dcc1fe #fedcc1 #c1fedc

Analogous Colors of #dcc1fe

#dcc1fe #fbc1fe #c1c5fe

Monochromatic Colors of #dcc1fe

#dcc1fe

Complementary Color

#dcc1fe #e3fec1

#dcc1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc1fe Color CSS Codes

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

#dcc1fe Text Font Color

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

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


#dcc1fe Background Color

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

This div background color is #dcc1fe


#dcc1fe Border Color

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

This div border color is #dcc1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc1fe


Comments

No comments written yet.

Please login to write comment.