Color Hex Logo

#c0bbdb Color Hex

#C0BBDB
(192,187,219)
0 Favorites   0 Comments

Color spaces of #c0bbdb

RGB 192187219
HSL0.690.310.80
HSV249°15°86°
CMYK 0.120.150.00   0.14
XYZ52.294751.861674.2719
Yxy51.86160.29310.2907
Hunter Lab72.01503.5940-10.7376
CIE-Lab77.19807.9943-15.3700

#c0bbdb color RGB value is (192,187,219).

#c0bbdb hex color red value is 192, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0bbdb hue: 0.69 , saturation: 0.31 and the lightness value of c0bbdb is 0.80.

The process color (four color CMYK) of #c0bbdb color hex is 0.12, 0.15, 0.00, 0.14. Web safe color of #c0bbdb is #cccccc. Color #c0bbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111011 11011011
Octal 300 273 333
Decimal 192 187 219
Hex C0 BB DB

RGB Percentages of Color #c0bbdb

%32.11
%31.27
%36.62

CMYK Percentages of Color #c0bbdb

%12
%15
%0
%14

Triadic Colors of #c0bbdb

#c0bbdb #dbc0bb #bbdbc0

Analogous Colors of #c0bbdb

#c0bbdb #d0bbdb #bbc6db

Monochromatic Colors of #c0bbdb

#c0bbdb

Complementary Color

#c0bbdb #d6dbbb

#c0bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bbdb Color CSS Codes

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

#c0bbdb Text Font Color

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

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


#c0bbdb Background Color

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

This div background color is #c0bbdb


#c0bbdb Border Color

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

This div border color is #c0bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bbdb


Comments

No comments written yet.

Please login to write comment.