Color Hex Logo

#b51894 Color Hex

#B51894
(181,24,148)
0 Favorites   0 Comments

Color spaces of #b51894

RGB 18124148
HSL0.870.770.40
HSV313°87°71°
CMYK 0.000.870.18   0.29
XYZ24.728012.615129.1486
Yxy12.61510.37190.1897
Hunter Lab35.517762.1184-23.7955
CIE-Lab42.177568.4281-28.5929

#b51894 color RGB value is (181,24,148).

#b51894 hex color red value is 181, green value is 24 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b51894 hue: 0.87 , saturation: 0.77 and the lightness value of b51894 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011000 10010100
Octal 265 30 224
Decimal 181 24 148
Hex B5 18 94

RGB Percentages of Color #b51894

%51.27
%6.80
%41.93

CMYK Percentages of Color #b51894

%0
%87
%18
%29

Triadic Colors of #b51894

#b51894 #94b518 #1894b5

Analogous Colors of #b51894

#b51894 #b51845 #8818b5

Monochromatic Colors of #b51894

#b51894

Complementary Color

#b51894 #18b539

#b51894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51894 Color CSS Codes

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

#b51894 Text Font Color

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

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


#b51894 Background Color

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

This div background color is #b51894


#b51894 Border Color

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

This div border color is #b51894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51894


Comments

No comments written yet.

Please login to write comment.