Color Hex Logo

#b51074 Color Hex

#B51074
(181,16,116)
0 Favorites   0 Comments

Color spaces of #b51074

RGB 18116116
HSL0.900.840.39
HSV324°91°71°
CMYK 0.000.910.36   0.29
XYZ22.393711.455317.5538
Yxy11.45530.43570.2229
Hunter Lab33.845758.8730-7.0583
CIE-Lab40.337065.9838-11.7186

#b51074 color RGB value is (181,16,116).

#b51074 hex color red value is 181, green value is 16 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b51074 hue: 0.90 , saturation: 0.84 and the lightness value of b51074 is 0.39.

The process color (four color CMYK) of #b51074 color hex is 0.00, 0.91, 0.36, 0.29. Web safe color of #b51074 is #cc0066. Color #b51074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010000 01110100
Octal 265 20 164
Decimal 181 16 116
Hex B5 10 74

RGB Percentages of Color #b51074

%57.83
%5.11
%37.06

CMYK Percentages of Color #b51074

%0
%91
%36
%29

Triadic Colors of #b51074

#b51074 #74b510 #1074b5

Analogous Colors of #b51074

#b51074 #b51022 #a410b5

Monochromatic Colors of #b51074

#b51074

Complementary Color

#b51074 #10b551

#b51074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51074 Color CSS Codes

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

#b51074 Text Font Color

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

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


#b51074 Background Color

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

This div background color is #b51074


#b51074 Border Color

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

This div border color is #b51074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51074


Comments

No comments written yet.

Please login to write comment.