Color Hex Logo

#b519ba Color Hex

#B519BA
(181,25,186)
0 Favorites   0 Comments

Color spaces of #b519ba

RGB 18125186
HSL0.830.760.41
HSV298°87°73°
CMYK 0.030.870.00   0.27
XYZ28.266614.064247.6792
Yxy14.06420.31400.1563
Hunter Lab37.502368.9119-49.1279
CIE-Lab44.324973.7243-47.8666

#b519ba color RGB value is (181,25,186).

#b519ba hex color red value is 181, green value is 25 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b519ba hue: 0.83 , saturation: 0.76 and the lightness value of b519ba is 0.41.

The process color (four color CMYK) of #b519ba color hex is 0.03, 0.87, 0.00, 0.27. Web safe color of #b519ba is #cc00cc. Color #b519ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 10111010
Octal 265 31 272
Decimal 181 25 186
Hex B5 19 BA

RGB Percentages of Color #b519ba

%46.17
%6.38
%47.45

CMYK Percentages of Color #b519ba

%3
%87
%0
%27

Triadic Colors of #b519ba

#b519ba #bab519 #19bab5

Analogous Colors of #b519ba

#b519ba #ba196f #6519ba

Monochromatic Colors of #b519ba

#b519ba

Complementary Color

#b519ba #1eba19

#b519ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519ba Color CSS Codes

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

#b519ba Text Font Color

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

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


#b519ba Background Color

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

This div background color is #b519ba


#b519ba Border Color

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

This div border color is #b519ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519ba


Comments

No comments written yet.

Please login to write comment.