Color Hex Logo

#b51952 Color Hex

#B51952
(181,25,82)
0 Favorites   0 Comments

Color spaces of #b51952

RGB 1812582
HSL0.940.760.40
HSV338°86°71°
CMYK 0.000.860.55   0.29
XYZ20.926711.12829.0276
Yxy11.12820.50940.2709
Hunter Lab33.359053.59827.3062
CIE-Lab39.795661.42118.9890

#b51952 color RGB value is (181,25,82).

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

The process color (four color CMYK) of #b51952 color hex is 0.00, 0.86, 0.55, 0.29. Web safe color of #b51952 is #cc0066. Color #b51952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 01010010
Octal 265 31 122
Decimal 181 25 82
Hex B5 19 52

RGB Percentages of Color #b51952

%62.85
%8.68
%28.47

CMYK Percentages of Color #b51952

%0
%86
%55
%29

Triadic Colors of #b51952

#b51952 #52b519 #1952b5

Analogous Colors of #b51952

#b51952 #b52e19 #b519a0

Monochromatic Colors of #b51952

#b51952

Complementary Color

#b51952 #19b57c

#b51952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51952 Color CSS Codes

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

#b51952 Text Font Color

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

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


#b51952 Background Color

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

This div background color is #b51952


#b51952 Border Color

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

This div border color is #b51952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51952


Comments

No comments written yet.

Please login to write comment.