Color Hex Logo

#b58ccb Color Hex

#B58CCB
(181,140,203)
0 Favorites   0 Comments

Color spaces of #b58ccb

RGB 181140203
HSL0.780.380.67
HSV279°31°80°
CMYK 0.110.310.00   0.20
XYZ39.213632.891760.7819
Yxy32.89170.29510.2475
Hunter Lab57.351321.6836-22.6907
CIE-Lab64.073127.0799-26.6206

#b58ccb color RGB value is (181,140,203).

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

The process color (four color CMYK) of #b58ccb color hex is 0.11, 0.31, 0.00, 0.20. Web safe color of #b58ccb is #cc99cc. Color #b58ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001100 11001011
Octal 265 214 313
Decimal 181 140 203
Hex B5 8C CB

RGB Percentages of Color #b58ccb

%34.54
%26.72
%38.74

CMYK Percentages of Color #b58ccb

%11
%31
%0
%20

Triadic Colors of #b58ccb

#b58ccb #cbb58c #8ccbb5

Analogous Colors of #b58ccb

#b58ccb #cb8cc2 #968ccb

Monochromatic Colors of #b58ccb

#b58ccb

Complementary Color

#b58ccb #a2cb8c

#b58ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ccb Color CSS Codes

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

#b58ccb Text Font Color

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

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


#b58ccb Background Color

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

This div background color is #b58ccb


#b58ccb Border Color

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

This div border color is #b58ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ccb


Comments

No comments written yet.

Please login to write comment.