Color Hex Logo

#cbb6db Color Hex

#CBB6DB
(203,182,219)
0 Favorites   0 Comments

Color spaces of #cbb6db

RGB 203182219
HSL0.760.340.79
HSV274°17°86°
CMYK 0.070.170.00   0.14
XYZ54.142751.266974.0597
Yxy51.26690.30170.2857
Hunter Lab71.60099.6754-11.2054
CIE-Lab76.840414.3061-15.8188

#cbb6db color RGB value is (203,182,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 11011011
Octal 313 266 333
Decimal 203 182 219
Hex CB B6 DB

RGB Percentages of Color #cbb6db

%33.61
%30.13
%36.26

CMYK Percentages of Color #cbb6db

%7
%17
%0
%14

Triadic Colors of #cbb6db

#cbb6db #dbcbb6 #b6dbcb

Analogous Colors of #cbb6db

#cbb6db #dbb6d9 #b9b6db

Monochromatic Colors of #cbb6db

#cbb6db

Complementary Color

#cbb6db #c6dbb6

#cbb6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb6db Color CSS Codes

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

#cbb6db Text Font Color

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

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


#cbb6db Background Color

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

This div background color is #cbb6db


#cbb6db Border Color

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

This div border color is #cbb6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb6db


Comments

No comments written yet.

Please login to write comment.