Color Hex Logo

#cbb0cd Color Hex

#CBB0CD
(203,176,205)
0 Favorites   0 Comments

Color spaces of #cbb0cd

RGB 203176205
HSL0.820.220.75
HSV296°14°80°
CMYK 0.010.140.00   0.20
XYZ51.173448.155064.3553
Yxy48.15500.31260.2942
Hunter Lab69.393810.1929-6.4094
CIE-Lab74.922614.8527-11.0805

#cbb0cd color RGB value is (203,176,205).

#cbb0cd hex color red value is 203, green value is 176 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cbb0cd hue: 0.82 , saturation: 0.22 and the lightness value of cbb0cd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 11001101
Octal 313 260 315
Decimal 203 176 205
Hex CB B0 CD

RGB Percentages of Color #cbb0cd

%34.76
%30.14
%35.10

CMYK Percentages of Color #cbb0cd

%1
%14
%0
%20

Triadic Colors of #cbb0cd

#cbb0cd #cdcbb0 #b0cdcb

Analogous Colors of #cbb0cd

#cbb0cd #cdb0c1 #bdb0cd

Monochromatic Colors of #cbb0cd

#cbb0cd

Complementary Color

#cbb0cd #b2cdb0

#cbb0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb0cd Color CSS Codes

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

#cbb0cd Text Font Color

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

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


#cbb0cd Background Color

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

This div background color is #cbb0cd


#cbb0cd Border Color

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

This div border color is #cbb0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb0cd


Comments

No comments written yet.

Please login to write comment.