Color Hex Logo

#cbb7dc Color Hex

#CBB7DC
(203,183,220)
0 Favorites   0 Comments

Color spaces of #cbb7dc

RGB 203183220
HSL0.760.350.79
HSV272°17°86°
CMYK 0.080.170.00   0.14
XYZ54.480451.730874.8238
Yxy51.73080.30090.2858
Hunter Lab71.92419.3413-11.3334
CIE-Lab77.119613.9627-15.9403

#cbb7dc color RGB value is (203,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 11011100
Octal 313 267 334
Decimal 203 183 220
Hex CB B7 DC

RGB Percentages of Color #cbb7dc

%33.50
%30.20
%36.30

CMYK Percentages of Color #cbb7dc

%8
%17
%0
%14

Triadic Colors of #cbb7dc

#cbb7dc #dccbb7 #b7dccb

Analogous Colors of #cbb7dc

#cbb7dc #dcb7db #b9b7dc

Monochromatic Colors of #cbb7dc

#cbb7dc

Complementary Color

#cbb7dc #c8dcb7

#cbb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb7dc Color CSS Codes

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

#cbb7dc Text Font Color

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

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


#cbb7dc Background Color

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

This div background color is #cbb7dc


#cbb7dc Border Color

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

This div border color is #cbb7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,183,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb7dc

#cbb7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.