Color Hex Logo

#c8b3dc Color Hex

#C8B3DC
(200,179,220)
0 Favorites   0 Comments

Color spaces of #c8b3dc

RGB 200179220
HSL0.750.370.78
HSV271°19°86°
CMYK 0.090.190.00   0.14
XYZ52.857849.686974.5148
Yxy49.68690.29850.2806
Hunter Lab70.488910.4968-13.3340
CIE-Lab75.876715.1550-17.8399

#c8b3dc color RGB value is (200,179,220).

#c8b3dc hex color red value is 200, green value is 179 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c8b3dc hue: 0.75 , saturation: 0.37 and the lightness value of c8b3dc is 0.78.

The process color (four color CMYK) of #c8b3dc color hex is 0.09, 0.19, 0.00, 0.14. Web safe color of #c8b3dc is #cccccc. Color #c8b3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110011 11011100
Octal 310 263 334
Decimal 200 179 220
Hex C8 B3 DC

RGB Percentages of Color #c8b3dc

%33.39
%29.88
%36.73

CMYK Percentages of Color #c8b3dc

%9
%19
%0
%14

Triadic Colors of #c8b3dc

#c8b3dc #dcc8b3 #b3dcc8

Analogous Colors of #c8b3dc

#c8b3dc #dcb3dc #b4b3dc

Monochromatic Colors of #c8b3dc

#c8b3dc

Complementary Color

#c8b3dc #c7dcb3

#c8b3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b3dc Color CSS Codes

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

#c8b3dc Text Font Color

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

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


#c8b3dc Background Color

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

This div background color is #c8b3dc


#c8b3dc Border Color

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

This div border color is #c8b3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b3dc


Comments

No comments written yet.

Please login to write comment.