Color Hex Logo

#cbb0dc Color Hex

#CBB0DC
(203,176,220)
0 Favorites   0 Comments

Color spaces of #cbb0dc

RGB 203176220
HSL0.770.390.78
HSV277°20°86°
CMYK 0.080.200.00   0.14
XYZ53.072248.914574.3544
Yxy48.91450.30100.2774
Hunter Lab69.938913.0593-14.0760
CIE-Lab75.398117.7730-18.5385

#cbb0dc color RGB value is (203,176,220).

#cbb0dc hex color red value is 203, green value is 176 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbb0dc hue: 0.77 , saturation: 0.39 and the lightness value of cbb0dc is 0.78.

The process color (four color CMYK) of #cbb0dc color hex is 0.08, 0.20, 0.00, 0.14. Web safe color of #cbb0dc is #cc99cc. Color #cbb0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 11011100
Octal 313 260 334
Decimal 203 176 220
Hex CB B0 DC

RGB Percentages of Color #cbb0dc

%33.89
%29.38
%36.73

CMYK Percentages of Color #cbb0dc

%8
%20
%0
%14

Triadic Colors of #cbb0dc

#cbb0dc #dccbb0 #b0dccb

Analogous Colors of #cbb0dc

#cbb0dc #dcb0d7 #b5b0dc

Monochromatic Colors of #cbb0dc

#cbb0dc

Complementary Color

#cbb0dc #c1dcb0

#cbb0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb0dc Color CSS Codes

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

#cbb0dc Text Font Color

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

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


#cbb0dc Background Color

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

This div background color is #cbb0dc


#cbb0dc Border Color

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

This div border color is #cbb0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb0dc


Comments

No comments written yet.

Please login to write comment.