Color Hex Logo

#dcc8fb Color Hex

#DCC8FB
(220,200,251)
0 Favorites   0 Comments

Color spaces of #dcc8fb

RGB 220200251
HSL0.730.860.88
HSV264°20°98°
CMYK 0.120.200.00   0.02
XYZ67.582163.489299.9595
Yxy63.48920.29250.2748
Hunter Lab79.680111.9578-18.6038
CIE-Lab83.699116.5360-22.4849

#dcc8fb color RGB value is (220,200,251).

#dcc8fb hex color red value is 220, green value is 200 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcc8fb hue: 0.73 , saturation: 0.86 and the lightness value of dcc8fb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 11111011
Octal 334 310 373
Decimal 220 200 251
Hex DC C8 FB

RGB Percentages of Color #dcc8fb

%32.79
%29.81
%37.41

CMYK Percentages of Color #dcc8fb

%12
%20
%0
%2

Triadic Colors of #dcc8fb

#dcc8fb #fbdcc8 #c8fbdc

Analogous Colors of #dcc8fb

#dcc8fb #f6c8fb #c8cefb

Monochromatic Colors of #dcc8fb

#dcc8fb

Complementary Color

#dcc8fb #e7fbc8

#dcc8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8fb Color CSS Codes

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

#dcc8fb Text Font Color

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

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


#dcc8fb Background Color

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

This div background color is #dcc8fb


#dcc8fb Border Color

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

This div border color is #dcc8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8fb


Comments

No comments written yet.

Please login to write comment.