Color Hex Logo

#b37acb Color Hex

#B37ACB
(179,122,203)
0 Favorites   0 Comments

Color spaces of #b37acb

RGB 179122203
HSL0.780.440.64
HSV282°40°80°
CMYK 0.120.400.00   0.20
XYZ36.329427.814659.9539
Yxy27.81460.29270.2241
Hunter Lab52.739530.6647-30.4827
CIE-Lab59.720936.4804-33.3733

#b37acb color RGB value is (179,122,203).

#b37acb hex color red value is 179, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b37acb hue: 0.78 , saturation: 0.44 and the lightness value of b37acb is 0.64.

The process color (four color CMYK) of #b37acb color hex is 0.12, 0.40, 0.00, 0.20. Web safe color of #b37acb is #cc66cc. Color #b37acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 11001011
Octal 263 172 313
Decimal 179 122 203
Hex B3 7A CB

RGB Percentages of Color #b37acb

%35.52
%24.21
%40.28

CMYK Percentages of Color #b37acb

%12
%40
%0
%20

Triadic Colors of #b37acb

#b37acb #cbb37a #7acbb3

Analogous Colors of #b37acb

#b37acb #cb7abb #8b7acb

Monochromatic Colors of #b37acb

#b37acb

Complementary Color

#b37acb #92cb7a

#b37acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37acb Color CSS Codes

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

#b37acb Text Font Color

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

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


#b37acb Background Color

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

This div background color is #b37acb


#b37acb Border Color

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

This div border color is #b37acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37acb


Comments

No comments written yet.

Please login to write comment.