Color Hex Logo

#c8bbf0 Color Hex

#C8BBF0
(200,187,240)
0 Favorites   0 Comments

Color spaces of #c8bbf0

RGB 200187240
HSL0.710.640.84
HSV255°22°94°
CMYK 0.170.220.00   0.06
XYZ57.317954.111389.8616
Yxy54.11130.28480.2688
Hunter Lab73.560410.3557-20.9366
CIE-Lab78.526614.9870-24.6239

#c8bbf0 color RGB value is (200,187,240).

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

The process color (four color CMYK) of #c8bbf0 color hex is 0.17, 0.22, 0.00, 0.06. Web safe color of #c8bbf0 is #ccccff. Color #c8bbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 11110000
Octal 310 273 360
Decimal 200 187 240
Hex C8 BB F0

RGB Percentages of Color #c8bbf0

%31.90
%29.82
%38.28

CMYK Percentages of Color #c8bbf0

%17
%22
%0
%6

Triadic Colors of #c8bbf0

#c8bbf0 #f0c8bb #bbf0c8

Analogous Colors of #c8bbf0

#c8bbf0 #e3bbf0 #bbc9f0

Monochromatic Colors of #c8bbf0

#c8bbf0

Complementary Color

#c8bbf0 #e3f0bb

#c8bbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bbf0 Color CSS Codes

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

#c8bbf0 Text Font Color

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

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


#c8bbf0 Background Color

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

This div background color is #c8bbf0


#c8bbf0 Border Color

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

This div border color is #c8bbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bbf0


Comments

No comments written yet.

Please login to write comment.