Color Hex Logo

#b5225f Color Hex

#B5225F
(181,34,95)
0 Favorites   0 Comments

Color spaces of #b5225f

RGB 1813495
HSL0.930.680.42
HSV335°81°71°
CMYK 0.000.810.48   0.29
XYZ21.693611.794011.9596
Yxy11.79400.47730.2595
Hunter Lab34.342452.65673.3922
CIE-Lab40.886860.36142.2991

#b5225f color RGB value is (181,34,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 01011111
Octal 265 42 137
Decimal 181 34 95
Hex B5 22 5F

RGB Percentages of Color #b5225f

%58.39
%10.97
%30.65

CMYK Percentages of Color #b5225f

%0
%81
%48
%29

Triadic Colors of #b5225f

#b5225f #5fb522 #225fb5

Analogous Colors of #b5225f

#b5225f #b52f22 #b522a9

Monochromatic Colors of #b5225f

#b5225f

Complementary Color

#b5225f #22b578

#b5225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5225f Color CSS Codes

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

#b5225f Text Font Color

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

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


#b5225f Background Color

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

This div background color is #b5225f


#b5225f Border Color

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

This div border color is #b5225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5225f


Comments

No comments written yet.

Please login to write comment.