Color Hex Logo

#cb8bbd Color Hex

#CB8BBD
(203,139,189)
0 Favorites   0 Comments

Color spaces of #cb8bbd

RGB 203139189
HSL0.870.380.67
HSV313°32°80°
CMYK 0.000.320.07   0.20
XYZ43.046534.835952.5993
Yxy34.83590.32990.2670
Hunter Lab59.021926.8971-11.5228
CIE-Lab65.620732.1618-16.2037

#cb8bbd color RGB value is (203,139,189).

#cb8bbd hex color red value is 203, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb8bbd hue: 0.87 , saturation: 0.38 and the lightness value of cb8bbd is 0.67.

The process color (four color CMYK) of #cb8bbd color hex is 0.00, 0.32, 0.07, 0.20. Web safe color of #cb8bbd is #cc99cc. Color #cb8bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001011 10111101
Octal 313 213 275
Decimal 203 139 189
Hex CB 8B BD

RGB Percentages of Color #cb8bbd

%38.23
%26.18
%35.59

CMYK Percentages of Color #cb8bbd

%0
%32
%7
%20

Triadic Colors of #cb8bbd

#cb8bbd #bdcb8b #8bbdcb

Analogous Colors of #cb8bbd

#cb8bbd #cb8b9d #b98bcb

Monochromatic Colors of #cb8bbd

#cb8bbd

Complementary Color

#cb8bbd #8bcb99

#cb8bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8bbd Color CSS Codes

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

#cb8bbd Text Font Color

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

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


#cb8bbd Background Color

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

This div background color is #cb8bbd


#cb8bbd Border Color

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

This div border color is #cb8bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8bbd


Comments

No comments written yet.

Please login to write comment.