Color Hex Logo

#b5237e Color Hex

#B5237E
(181,35,126)
0 Favorites   0 Comments

Color spaces of #b5237e

RGB 18135126
HSL0.900.680.42
HSV323°81°71°
CMYK 0.000.810.30   0.29
XYZ23.423012.532220.9231
Yxy12.53220.41180.2203
Hunter Lab35.400856.1532-10.2618
CIE-Lab42.049863.2618-15.3265

#b5237e color RGB value is (181,35,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100011 01111110
Octal 265 43 176
Decimal 181 35 126
Hex B5 23 7E

RGB Percentages of Color #b5237e

%52.92
%10.23
%36.84

CMYK Percentages of Color #b5237e

%0
%81
%30
%29

Triadic Colors of #b5237e

#b5237e #7eb523 #237eb5

Analogous Colors of #b5237e

#b5237e #b52335 #a323b5

Monochromatic Colors of #b5237e

#b5237e

Complementary Color

#b5237e #23b55a

#b5237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5237e Color CSS Codes

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

#b5237e Text Font Color

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

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


#b5237e Background Color

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

This div background color is #b5237e


#b5237e Border Color

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

This div border color is #b5237e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5237e


Comments

No comments written yet.

Please login to write comment.