Color Hex Logo

#b51bad Color Hex

#B51BAD
(181,27,173)
0 Favorites   0 Comments

Color spaces of #b51bad

RGB 18127173
HSL0.840.740.41
HSV303°85°71°
CMYK 0.000.850.04   0.29
XYZ26.990813.624840.7424
Yxy13.62480.33180.1675
Hunter Lab36.911865.9279-39.6047
CIE-Lab43.690071.3622-41.2067

#b51bad color RGB value is (181,27,173).

#b51bad hex color red value is 181, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b51bad hue: 0.84 , saturation: 0.74 and the lightness value of b51bad is 0.41.

The process color (four color CMYK) of #b51bad color hex is 0.00, 0.85, 0.04, 0.29. Web safe color of #b51bad is #cc3399. Color #b51bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011011 10101101
Octal 265 33 255
Decimal 181 27 173
Hex B5 1B AD

RGB Percentages of Color #b51bad

%47.51
%7.09
%45.41

CMYK Percentages of Color #b51bad

%0
%85
%4
%29

Triadic Colors of #b51bad

#b51bad #adb51b #1badb5

Analogous Colors of #b51bad

#b51bad #b51b60 #701bb5

Monochromatic Colors of #b51bad

#b51bad

Complementary Color

#b51bad #1bb523

#b51bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51bad Color CSS Codes

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

#b51bad Text Font Color

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

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


#b51bad Background Color

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

This div background color is #b51bad


#b51bad Border Color

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

This div border color is #b51bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51bad


Comments

No comments written yet.

Please login to write comment.