Color Hex Logo

#b52362 Color Hex

#B52362
(181,35,98)
0 Favorites   0 Comments

Color spaces of #b52362

RGB 1813598
HSL0.930.680.42
HSV334°81°71°
CMYK 0.000.810.46   0.29
XYZ21.861711.907712.7014
Yxy11.90770.47040.2562
Hunter Lab34.507552.69762.3320
CIE-Lab41.069060.36320.6726

#b52362 color RGB value is (181,35,98).

#b52362 hex color red value is 181, green value is 35 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b52362 hue: 0.93 , saturation: 0.68 and the lightness value of b52362 is 0.42.

The process color (four color CMYK) of #b52362 color hex is 0.00, 0.81, 0.46, 0.29. Web safe color of #b52362 is #cc3366. Color #b52362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100011 01100010
Octal 265 43 142
Decimal 181 35 98
Hex B5 23 62

RGB Percentages of Color #b52362

%57.64
%11.15
%31.21

CMYK Percentages of Color #b52362

%0
%81
%46
%29

Triadic Colors of #b52362

#b52362 #62b523 #2362b5

Analogous Colors of #b52362

#b52362 #b52d23 #b523ab

Monochromatic Colors of #b52362

#b52362

Complementary Color

#b52362 #23b576

#b52362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52362 Color CSS Codes

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

#b52362 Text Font Color

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

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


#b52362 Background Color

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

This div background color is #b52362


#b52362 Border Color

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

This div border color is #b52362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52362


Comments

No comments written yet.

Please login to write comment.