Color Hex Logo

#cbb3cd Color Hex

#CBB3CD
(203,179,205)
0 Favorites   0 Comments

Color spaces of #cbb3cd

RGB 203179205
HSL0.820.210.75
HSV295°13°80°
CMYK 0.010.130.00   0.20
XYZ51.768149.344564.5536
Yxy49.34450.31250.2979
Hunter Lab70.24568.6172-5.3138
CIE-Lab75.665113.2216-9.9724

#cbb3cd color RGB value is (203,179,205).

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

The process color (four color CMYK) of #cbb3cd color hex is 0.01, 0.13, 0.00, 0.20. Web safe color of #cbb3cd is #cccccc. Color #cbb3cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 11001101
Octal 313 263 315
Decimal 203 179 205
Hex CB B3 CD

RGB Percentages of Color #cbb3cd

%34.58
%30.49
%34.92

CMYK Percentages of Color #cbb3cd

%1
%13
%0
%20

Triadic Colors of #cbb3cd

#cbb3cd #cdcbb3 #b3cdcb

Analogous Colors of #cbb3cd

#cbb3cd #cdb3c2 #beb3cd

Monochromatic Colors of #cbb3cd

#cbb3cd

Complementary Color

#cbb3cd #b5cdb3

#cbb3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb3cd Color CSS Codes

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

#cbb3cd Text Font Color

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

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


#cbb3cd Background Color

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

This div background color is #cbb3cd


#cbb3cd Border Color

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

This div border color is #cbb3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb3cd


Comments

No comments written yet.

Please login to write comment.