Color Hex Logo

#b557ad Color Hex

#B557AD
(181,87,173)
0 Favorites   0 Comments

Color spaces of #b557ad

RGB 18187173
HSL0.850.390.53
HSV305°52°71°
CMYK 0.000.520.04   0.29
XYZ30.007119.657341.7478
Yxy19.65730.32830.2150
Hunter Lab44.336643.2203-24.7925
CIE-Lab51.447549.7373-29.0075

#b557ad color RGB value is (181,87,173).

#b557ad hex color red value is 181, green value is 87 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b557ad hue: 0.85 , saturation: 0.39 and the lightness value of b557ad is 0.53.

The process color (four color CMYK) of #b557ad color hex is 0.00, 0.52, 0.04, 0.29. Web safe color of #b557ad is #cc6699. Color #b557ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 10101101
Octal 265 127 255
Decimal 181 87 173
Hex B5 57 AD

RGB Percentages of Color #b557ad

%41.04
%19.73
%39.23

CMYK Percentages of Color #b557ad

%0
%52
%4
%29

Triadic Colors of #b557ad

#b557ad #adb557 #57adb5

Analogous Colors of #b557ad

#b557ad #b5577e #8e57b5

Monochromatic Colors of #b557ad

#b557ad

Complementary Color

#b557ad #57b55f

#b557ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557ad Color CSS Codes

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

#b557ad Text Font Color

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

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


#b557ad Background Color

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

This div background color is #b557ad


#b557ad Border Color

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

This div border color is #b557ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557ad


Comments

No comments written yet.

Please login to write comment.