Color Hex Logo

#b51dba Color Hex

#B51DBA
(181,29,186)
0 Favorites   0 Comments

Color spaces of #b51dba

RGB 18129186
HSL0.830.730.42
HSV298°84°73°
CMYK 0.030.840.00   0.27
XYZ28.358314.247747.7098
Yxy14.24770.31400.1578
Hunter Lab37.746168.0496-48.5182
CIE-Lab44.586172.9588-47.4487

#b51dba color RGB value is (181,29,186).

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

The process color (four color CMYK) of #b51dba color hex is 0.03, 0.84, 0.00, 0.27. Web safe color of #b51dba is #cc33cc. Color #b51dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011101 10111010
Octal 265 35 272
Decimal 181 29 186
Hex B5 1D BA

RGB Percentages of Color #b51dba

%45.71
%7.32
%46.97

CMYK Percentages of Color #b51dba

%3
%84
%0
%27

Triadic Colors of #b51dba

#b51dba #bab51d #1dbab5

Analogous Colors of #b51dba

#b51dba #ba1d71 #671dba

Monochromatic Colors of #b51dba

#b51dba

Complementary Color

#b51dba #22ba1d

#b51dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51dba Color CSS Codes

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

#b51dba Text Font Color

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

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


#b51dba Background Color

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

This div background color is #b51dba


#b51dba Border Color

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

This div border color is #b51dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,29,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 #b51dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51dba


Comments

No comments written yet.

Please login to write comment.