Color Hex Logo

#b515ac Color Hex

#B515AC
(181,21,172)
0 Favorites   0 Comments

Color spaces of #b515ac

RGB 18121172
HSL0.840.790.40
HSV303°88°71°
CMYK 0.000.880.05   0.29
XYZ26.770613.338640.1934
Yxy13.33860.33340.1661
Hunter Lab36.522066.9266-39.6846
CIE-Lab43.269172.2803-41.2821

#b515ac color RGB value is (181,21,172).

#b515ac hex color red value is 181, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b515ac hue: 0.84 , saturation: 0.79 and the lightness value of b515ac is 0.40.

The process color (four color CMYK) of #b515ac color hex is 0.00, 0.88, 0.05, 0.29. Web safe color of #b515ac is #cc0099. Color #b515ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 10101100
Octal 265 25 254
Decimal 181 21 172
Hex B5 15 AC

RGB Percentages of Color #b515ac

%48.40
%5.61
%45.99

CMYK Percentages of Color #b515ac

%0
%88
%5
%29

Triadic Colors of #b515ac

#b515ac #acb515 #15acb5

Analogous Colors of #b515ac

#b515ac #b5155c #6e15b5

Monochromatic Colors of #b515ac

#b515ac

Complementary Color

#b515ac #15b51e

#b515ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b515ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b515ac Color CSS Codes

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

#b515ac Text Font Color

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

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


#b515ac Background Color

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

This div background color is #b515ac


#b515ac Border Color

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

This div border color is #b515ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b515ac


Comments

No comments written yet.

Please login to write comment.