Color Hex Logo

#b51984 Color Hex

#B51984
(181,25,132)
0 Favorites   0 Comments

Color spaces of #b51984

RGB 18125132
HSL0.890.760.40
HSV319°86°71°
CMYK 0.000.860.27   0.29
XYZ23.568512.185022.9395
Yxy12.18500.40160.2076
Hunter Lab34.907059.4322-14.5281
CIE-Lab41.508666.2419-19.8538

#b51984 color RGB value is (181,25,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 10000100
Octal 265 31 204
Decimal 181 25 132
Hex B5 19 84

RGB Percentages of Color #b51984

%53.55
%7.40
%39.05

CMYK Percentages of Color #b51984

%0
%86
%27
%29

Triadic Colors of #b51984

#b51984 #84b519 #1984b5

Analogous Colors of #b51984

#b51984 #b51936 #9819b5

Monochromatic Colors of #b51984

#b51984

Complementary Color

#b51984 #19b54a

#b51984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51984 Color CSS Codes

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

#b51984 Text Font Color

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

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


#b51984 Background Color

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

This div background color is #b51984


#b51984 Border Color

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

This div border color is #b51984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51984


Comments

No comments written yet.

Please login to write comment.