Color Hex Logo

#cbbadb Color Hex

#CBBADB
(203,186,219)
0 Favorites   0 Comments

Color spaces of #cbbadb

RGB 203186219
HSL0.750.310.79
HSV271°15°86°
CMYK 0.070.150.00   0.14
XYZ54.973752.928874.3367
Yxy52.92880.30170.2904
Hunter Lab72.75227.5636-9.6548
CIE-Lab77.832912.1377-14.3265

#cbbadb color RGB value is (203,186,219).

#cbbadb hex color red value is 203, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbbadb hue: 0.75 , saturation: 0.31 and the lightness value of cbbadb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 11011011
Octal 313 272 333
Decimal 203 186 219
Hex CB BA DB

RGB Percentages of Color #cbbadb

%33.39
%30.59
%36.02

CMYK Percentages of Color #cbbadb

%7
%15
%0
%14

Triadic Colors of #cbbadb

#cbbadb #dbcbba #badbcb

Analogous Colors of #cbbadb

#cbbadb #dbbadb #bbbadb

Monochromatic Colors of #cbbadb

#cbbadb

Complementary Color

#cbbadb #cadbba

#cbbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbadb Color CSS Codes

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

#cbbadb Text Font Color

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

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


#cbbadb Background Color

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

This div background color is #cbbadb


#cbbadb Border Color

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

This div border color is #cbbadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,186,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 #cbbadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbadb


Comments

No comments written yet.

Please login to write comment.