Color Hex Logo

#b513ae Color Hex

#B513AE
(181,19,174)
0 Favorites   0 Comments

Color spaces of #b513ae

RGB 18119174
HSL0.840.810.39
HSV303°90°71°
CMYK 0.000.900.04   0.29
XYZ26.928913.345541.2010
Yxy13.34550.33050.1638
Hunter Lab36.531567.6497-41.2965
CIE-Lab43.279372.8810-42.4535

#b513ae color RGB value is (181,19,174).

#b513ae hex color red value is 181, green value is 19 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b513ae hue: 0.84 , saturation: 0.81 and the lightness value of b513ae is 0.39.

The process color (four color CMYK) of #b513ae color hex is 0.00, 0.90, 0.04, 0.29. Web safe color of #b513ae is #cc0099. Color #b513ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 10101110
Octal 265 23 256
Decimal 181 19 174
Hex B5 13 AE

RGB Percentages of Color #b513ae

%48.40
%5.08
%46.52

CMYK Percentages of Color #b513ae

%0
%90
%4
%29

Triadic Colors of #b513ae

#b513ae #aeb513 #13aeb5

Analogous Colors of #b513ae

#b513ae #b5135d #6b13b5

Monochromatic Colors of #b513ae

#b513ae

Complementary Color

#b513ae #13b51a

#b513ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b513ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b513ae Color CSS Codes

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

#b513ae Text Font Color

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

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


#b513ae Background Color

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

This div background color is #b513ae


#b513ae Border Color

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

This div border color is #b513ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b513ae


Comments

No comments written yet.

Please login to write comment.