Color Hex Logo

#c8b2de Color Hex

#C8B2DE
(200,178,222)
0 Favorites   0 Comments

Color spaces of #c8b2de

RGB 200178222
HSL0.750.400.78
HSV270°20°87°
CMYK 0.100.200.00   0.13
XYZ52.924649.394175.8518
Yxy49.39410.29700.2772
Hunter Lab70.280911.4266-14.7930
CIE-Lab75.695916.1076-19.1996

#c8b2de color RGB value is (200,178,222).

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

The process color (four color CMYK) of #c8b2de color hex is 0.10, 0.20, 0.00, 0.13. Web safe color of #c8b2de is #cc99cc. Color #c8b2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110010 11011110
Octal 310 262 336
Decimal 200 178 222
Hex C8 B2 DE

RGB Percentages of Color #c8b2de

%33.33
%29.67
%37.00

CMYK Percentages of Color #c8b2de

%10
%20
%0
%13

Triadic Colors of #c8b2de

#c8b2de #dec8b2 #b2dec8

Analogous Colors of #c8b2de

#c8b2de #deb2de #b2b2de

Monochromatic Colors of #c8b2de

#c8b2de

Complementary Color

#c8b2de #c8deb2

#c8b2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b2de Color CSS Codes

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

#c8b2de Text Font Color

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

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


#c8b2de Background Color

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

This div background color is #c8b2de


#c8b2de Border Color

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

This div border color is #c8b2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b2de


Comments

No comments written yet.

Please login to write comment.