Color Hex Logo

#c0bbca Color Hex

#C0BBCA
(192,187,202)
0 Favorites   0 Comments

Color spaces of #c0bbca

RGB 192187202
HSL0.720.120.76
HSV260°79°
CMYK 0.050.070.00   0.21
XYZ50.169251.011463.0791
Yxy51.01140.30540.3106
Hunter Lab71.42230.3949-2.3685
CIE-Lab76.68594.5738-6.9234

#c0bbca color RGB value is (192,187,202).

#c0bbca hex color red value is 192, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c0bbca hue: 0.72 , saturation: 0.12 and the lightness value of c0bbca is 0.76.

The process color (four color CMYK) of #c0bbca color hex is 0.05, 0.07, 0.00, 0.21. Web safe color of #c0bbca is #cccccc. Color #c0bbca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111011 11001010
Octal 300 273 312
Decimal 192 187 202
Hex C0 BB CA

RGB Percentages of Color #c0bbca

%33.05
%32.19
%34.77

CMYK Percentages of Color #c0bbca

%5
%7
%0
%21

Triadic Colors of #c0bbca

#c0bbca #cac0bb #bbcac0

Analogous Colors of #c0bbca

#c0bbca #c8bbca #bbbeca

Monochromatic Colors of #c0bbca

#c0bbca

Complementary Color

#c0bbca #c5cabb

#c0bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bbca Color CSS Codes

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

#c0bbca Text Font Color

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

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


#c0bbca Background Color

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

This div background color is #c0bbca


#c0bbca Border Color

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

This div border color is #c0bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bbca


Comments

No comments written yet.

Please login to write comment.