Color Hex Logo

#c8bbe2 Color Hex

#C8BBE2
(200,187,226)
0 Favorites   0 Comments

Color spaces of #c8bbe2

RGB 200187226
HSL0.720.400.81
HSV260°17°89°
CMYK 0.120.170.00   0.11
XYZ55.317253.311079.3260
Yxy53.31100.29430.2836
Hunter Lab73.01447.4601-13.3052
CIE-Lab78.058312.0324-17.7930

#c8bbe2 color RGB value is (200,187,226).

#c8bbe2 hex color red value is 200, green value is 187 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #c8bbe2 hue: 0.72 , saturation: 0.40 and the lightness value of c8bbe2 is 0.81.

The process color (four color CMYK) of #c8bbe2 color hex is 0.12, 0.17, 0.00, 0.11. Web safe color of #c8bbe2 is #cccccc. Color #c8bbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 11100010
Octal 310 273 342
Decimal 200 187 226
Hex C8 BB E2

RGB Percentages of Color #c8bbe2

%32.63
%30.51
%36.87

CMYK Percentages of Color #c8bbe2

%12
%17
%0
%11

Triadic Colors of #c8bbe2

#c8bbe2 #e2c8bb #bbe2c8

Analogous Colors of #c8bbe2

#c8bbe2 #dcbbe2 #bbc2e2

Monochromatic Colors of #c8bbe2

#c8bbe2

Complementary Color

#c8bbe2 #d5e2bb

#c8bbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bbe2 Color CSS Codes

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

#c8bbe2 Text Font Color

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

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


#c8bbe2 Background Color

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

This div background color is #c8bbe2


#c8bbe2 Border Color

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

This div border color is #c8bbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bbe2


Comments

No comments written yet.

Please login to write comment.