Color Hex Logo

#dcc7fb Color Hex

#DCC7FB
(220,199,251)
0 Favorites   0 Comments

Color spaces of #dcc7fb

RGB 220199251
HSL0.730.870.88
HSV264°21°98°
CMYK 0.120.210.00   0.02
XYZ67.351263.027599.8825
Yxy63.02750.29250.2737
Hunter Lab79.389912.5000-19.0214
CIE-Lab83.456817.0714-22.8526

#dcc7fb color RGB value is (220,199,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 11111011
Octal 334 307 373
Decimal 220 199 251
Hex DC C7 FB

RGB Percentages of Color #dcc7fb

%32.84
%29.70
%37.46

CMYK Percentages of Color #dcc7fb

%12
%21
%0
%2

Triadic Colors of #dcc7fb

#dcc7fb #fbdcc7 #c7fbdc

Analogous Colors of #dcc7fb

#dcc7fb #f6c7fb #c7ccfb

Monochromatic Colors of #dcc7fb

#dcc7fb

Complementary Color

#dcc7fb #e6fbc7

#dcc7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc7fb Color CSS Codes

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

#dcc7fb Text Font Color

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

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


#dcc7fb Background Color

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

This div background color is #dcc7fb


#dcc7fb Border Color

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

This div border color is #dcc7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.