Color Hex Logo

#b51480 Color Hex

#B51480
(181,20,128)
0 Favorites   0 Comments

Color spaces of #b51480

RGB 18120128
HSL0.890.800.39
HSV320°89°71°
CMYK 0.000.890.29   0.29
XYZ23.202511.882621.4927
Yxy11.88260.41010.2100
Hunter Lab34.471159.8237-12.8374
CIE-Lab41.028966.6752-18.1245

#b51480 color RGB value is (181,20,128).

#b51480 hex color red value is 181, green value is 20 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b51480 hue: 0.89 , saturation: 0.80 and the lightness value of b51480 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 10000000
Octal 265 24 200
Decimal 181 20 128
Hex B5 14 80

RGB Percentages of Color #b51480

%55.02
%6.08
%38.91

CMYK Percentages of Color #b51480

%0
%89
%29
%29

Triadic Colors of #b51480

#b51480 #80b514 #1480b5

Analogous Colors of #b51480

#b51480 #b51430 #9a14b5

Monochromatic Colors of #b51480

#b51480

Complementary Color

#b51480 #14b549

#b51480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51480 Color CSS Codes

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

#b51480 Text Font Color

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

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


#b51480 Background Color

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

This div background color is #b51480


#b51480 Border Color

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

This div border color is #b51480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51480


Comments

No comments written yet.

Please login to write comment.