Color Hex Logo

#b51999 Color Hex

#B51999
(181,25,153)
0 Favorites   0 Comments

Color spaces of #b51999

RGB 18125153
HSL0.860.760.40
HSV311°86°71°
CMYK 0.000.860.15   0.29
XYZ25.153512.818931.2856
Yxy12.81890.36320.1851
Hunter Lab35.803562.7479-26.7460
CIE-Lab42.489168.9054-31.1317

#b51999 color RGB value is (181,25,153).

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

The process color (four color CMYK) of #b51999 color hex is 0.00, 0.86, 0.15, 0.29. Web safe color of #b51999 is #cc0099. Color #b51999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 10011001
Octal 265 31 231
Decimal 181 25 153
Hex B5 19 99

RGB Percentages of Color #b51999

%50.42
%6.96
%42.62

CMYK Percentages of Color #b51999

%0
%86
%15
%29

Triadic Colors of #b51999

#b51999 #99b519 #1999b5

Analogous Colors of #b51999

#b51999 #b5194b #8319b5

Monochromatic Colors of #b51999

#b51999

Complementary Color

#b51999 #19b535

#b51999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51999 Color CSS Codes

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

#b51999 Text Font Color

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

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


#b51999 Background Color

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

This div background color is #b51999


#b51999 Border Color

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

This div border color is #b51999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51999


Comments

No comments written yet.

Please login to write comment.