Color Hex Logo

#b8528a Color Hex

#B8528A
(184,82,138)
0 Favorites   0 Comments

Color spaces of #b8528a

RGB 18482138
HSL0.910.420.52
HSV327°55°72°
CMYK 0.000.550.25   0.28
XYZ27.371918.059926.0880
Yxy18.05990.38270.2525
Hunter Lab42.496940.6006-6.6491
CIE-Lab49.568747.5625-11.1702

#b8528a color RGB value is (184,82,138).

#b8528a hex color red value is 184, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b8528a hue: 0.91 , saturation: 0.42 and the lightness value of b8528a is 0.52.

The process color (four color CMYK) of #b8528a color hex is 0.00, 0.55, 0.25, 0.28. Web safe color of #b8528a is #cc6699. Color #b8528a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 10001010
Octal 270 122 212
Decimal 184 82 138
Hex B8 52 8A

RGB Percentages of Color #b8528a

%45.54
%20.30
%34.16

CMYK Percentages of Color #b8528a

%0
%55
%25
%28

Triadic Colors of #b8528a

#b8528a #8ab852 #528ab8

Analogous Colors of #b8528a

#b8528a #b85257 #b352b8

Monochromatic Colors of #b8528a

#b8528a

Complementary Color

#b8528a #52b880

#b8528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8528a Color CSS Codes

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

#b8528a Text Font Color

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

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


#b8528a Background Color

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

This div background color is #b8528a


#b8528a Border Color

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

This div border color is #b8528a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,82,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8528a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8528a;
  -webkit-box-shadow: 1px 1px 3px 2px #b8528a;
  box-shadow:         1px 1px 3px 2px #b8528a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,82,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8528a


Comments

No comments written yet.

Please login to write comment.