Color Hex Logo

#b57acc Color Hex

#B57ACC
(181,122,204)
0 Favorites   0 Comments

Color spaces of #b57acc

RGB 181122204
HSL0.790.450.64
HSV283°40°80°
CMYK 0.110.400.00   0.20
XYZ36.914728.102560.6054
Yxy28.10250.29390.2237
Hunter Lab53.011831.5276-30.6747
CIE-Lab59.981237.2965-33.5160

#b57acc color RGB value is (181,122,204).

#b57acc hex color red value is 181, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b57acc hue: 0.79 , saturation: 0.45 and the lightness value of b57acc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111010 11001100
Octal 265 172 314
Decimal 181 122 204
Hex B5 7A CC

RGB Percentages of Color #b57acc

%35.70
%24.06
%40.24

CMYK Percentages of Color #b57acc

%11
%40
%0
%20

Triadic Colors of #b57acc

#b57acc #ccb57a #7accb5

Analogous Colors of #b57acc

#b57acc #cc7aba #8c7acc

Monochromatic Colors of #b57acc

#b57acc

Complementary Color

#b57acc #91cc7a

#b57acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57acc Color CSS Codes

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

#b57acc Text Font Color

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

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


#b57acc Background Color

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

This div background color is #b57acc


#b57acc Border Color

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

This div border color is #b57acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57acc


Comments

No comments written yet.

Please login to write comment.