Color Hex Logo

#b58fcb Color Hex

#B58FCB
(181,143,203)
0 Favorites   0 Comments

Color spaces of #b58fcb

RGB 181143203
HSL0.770.370.68
HSV278°30°80°
CMYK 0.110.300.00   0.20
XYZ39.658033.780560.9300
Yxy33.78050.29510.2514
Hunter Lab58.121020.0851-21.4708
CIE-Lab64.788025.3995-25.5217

#b58fcb color RGB value is (181,143,203).

#b58fcb hex color red value is 181, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b58fcb hue: 0.77 , saturation: 0.37 and the lightness value of b58fcb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 11001011
Octal 265 217 313
Decimal 181 143 203
Hex B5 8F CB

RGB Percentages of Color #b58fcb

%34.35
%27.13
%38.52

CMYK Percentages of Color #b58fcb

%11
%30
%0
%20

Triadic Colors of #b58fcb

#b58fcb #cbb58f #8fcbb5

Analogous Colors of #b58fcb

#b58fcb #cb8fc3 #978fcb

Monochromatic Colors of #b58fcb

#b58fcb

Complementary Color

#b58fcb #a5cb8f

#b58fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58fcb Color CSS Codes

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

#b58fcb Text Font Color

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

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


#b58fcb Background Color

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

This div background color is #b58fcb


#b58fcb Border Color

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

This div border color is #b58fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58fcb


Comments

No comments written yet.

Please login to write comment.