Color Hex Logo

#b51252 Color Hex

#B51252
(181,18,82)
0 Favorites   0 Comments

Color spaces of #b51252

RGB 1811882
HSL0.930.820.39
HSV336°90°71°
CMYK 0.000.900.55   0.29
XYZ20.795410.86568.9839
Yxy10.86560.51160.2673
Hunter Lab32.963054.92526.9149
CIE-Lab39.353262.69528.3672

#b51252 color RGB value is (181,18,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010010 01010010
Octal 265 22 122
Decimal 181 18 82
Hex B5 12 52

RGB Percentages of Color #b51252

%64.41
%6.41
%29.18

CMYK Percentages of Color #b51252

%0
%90
%55
%29

Triadic Colors of #b51252

#b51252 #52b512 #1252b5

Analogous Colors of #b51252

#b51252 #b52412 #b512a4

Monochromatic Colors of #b51252

#b51252

Complementary Color

#b51252 #12b575

#b51252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51252 Color CSS Codes

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

#b51252 Text Font Color

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

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


#b51252 Background Color

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

This div background color is #b51252


#b51252 Border Color

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

This div border color is #b51252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,18,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 #b51252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51252


Comments

No comments written yet.

Please login to write comment.