Color Hex Logo

#b457ac Color Hex

#B457AC
(180,87,172)
0 Favorites   0 Comments

Color spaces of #b457ac

RGB 18087172
HSL0.850.380.52
HSV305°52°71°
CMYK 0.000.520.04   0.29
XYZ29.677019.498241.2291
Yxy19.49820.32830.2157
Hunter Lab44.156842.6924-24.4492
CIE-Lab51.265149.2707-28.7178

#b457ac color RGB value is (180,87,172).

#b457ac hex color red value is 180, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b457ac hue: 0.85 , saturation: 0.38 and the lightness value of b457ac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010111 10101100
Octal 264 127 254
Decimal 180 87 172
Hex B4 57 AC

RGB Percentages of Color #b457ac

%41.00
%19.82
%39.18

CMYK Percentages of Color #b457ac

%0
%52
%4
%29

Triadic Colors of #b457ac

#b457ac #acb457 #57acb4

Analogous Colors of #b457ac

#b457ac #b4577e #8e57b4

Monochromatic Colors of #b457ac

#b457ac

Complementary Color

#b457ac #57b45f

#b457ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b457ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b457ac Color CSS Codes

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

#b457ac Text Font Color

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

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


#b457ac Background Color

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

This div background color is #b457ac


#b457ac Border Color

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

This div border color is #b457ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b457ac


Comments

No comments written yet.

Please login to write comment.