Color Hex Logo

#b51155 Color Hex

#B51155
(181,17,85)
0 Favorites   0 Comments

Color spaces of #b51155

RGB 1811785
HSL0.930.830.39
HSV335°91°71°
CMYK 0.000.910.53   0.29
XYZ20.896210.88059.5931
Yxy10.88050.50510.2630
Hunter Lab32.985655.35405.8468
CIE-Lab39.378563.07226.4857

#b51155 color RGB value is (181,17,85).

#b51155 hex color red value is 181, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b51155 hue: 0.93 , saturation: 0.83 and the lightness value of b51155 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010001 01010101
Octal 265 21 125
Decimal 181 17 85
Hex B5 11 55

RGB Percentages of Color #b51155

%63.96
%6.01
%30.04

CMYK Percentages of Color #b51155

%0
%91
%53
%29

Triadic Colors of #b51155

#b51155 #55b511 #1155b5

Analogous Colors of #b51155

#b51155 #b51f11 #b511a7

Monochromatic Colors of #b51155

#b51155

Complementary Color

#b51155 #11b571

#b51155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51155 Color CSS Codes

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

#b51155 Text Font Color

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

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


#b51155 Background Color

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

This div background color is #b51155


#b51155 Border Color

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

This div border color is #b51155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51155


Comments

No comments written yet.

Please login to write comment.