Color Hex Logo

#c8bbea Color Hex

#C8BBEA
(200,187,234)
0 Favorites   0 Comments

Color spaces of #c8bbea

RGB 200187234
HSL0.710.530.83
HSV257°20°92°
CMYK 0.150.200.00   0.08
XYZ56.441053.760585.2440
Yxy53.76050.28880.2751
Hunter Lab73.32169.0919-17.6058
CIE-Lab78.321913.7041-21.7069

#c8bbea color RGB value is (200,187,234).

#c8bbea hex color red value is 200, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c8bbea hue: 0.71 , saturation: 0.53 and the lightness value of c8bbea is 0.83.

The process color (four color CMYK) of #c8bbea color hex is 0.15, 0.20, 0.00, 0.08. Web safe color of #c8bbea is #ccccff. Color #c8bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 11101010
Octal 310 273 352
Decimal 200 187 234
Hex C8 BB EA

RGB Percentages of Color #c8bbea

%32.21
%30.11
%37.68

CMYK Percentages of Color #c8bbea

%15
%20
%0
%8

Triadic Colors of #c8bbea

#c8bbea #eac8bb #bbeac8

Analogous Colors of #c8bbea

#c8bbea #e0bbea #bbc6ea

Monochromatic Colors of #c8bbea

#c8bbea

Complementary Color

#c8bbea #ddeabb

#c8bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bbea Color CSS Codes

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

#c8bbea Text Font Color

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

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


#c8bbea Background Color

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

This div background color is #c8bbea


#c8bbea Border Color

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

This div border color is #c8bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bbea


Comments

No comments written yet.

Please login to write comment.