Color Hex Logo

#b5095f Color Hex

#B5095F
(181,9,95)
0 Favorites   0 Comments

Color spaces of #b5095f

RGB 181995
HSL0.920.910.37
HSV330°95°71°
CMYK 0.000.950.48   0.29
XYZ21.219310.845411.8015
Yxy10.84540.48370.2472
Hunter Lab32.932457.38131.8057
CIE-Lab39.318964.87650.0196

#b5095f color RGB value is (181,9,95).

#b5095f hex color red value is 181, green value is 9 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b5095f hue: 0.92 , saturation: 0.91 and the lightness value of b5095f is 0.37.

The process color (four color CMYK) of #b5095f color hex is 0.00, 0.95, 0.48, 0.29. Web safe color of #b5095f is #cc0066. Color #b5095f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001001 01011111
Octal 265 11 137
Decimal 181 9 95
Hex B5 9 5F

RGB Percentages of Color #b5095f

%63.51
%3.16
%33.33

CMYK Percentages of Color #b5095f

%0
%95
%48
%29

Triadic Colors of #b5095f

#b5095f #5fb509 #095fb5

Analogous Colors of #b5095f

#b5095f #b50909 #b509b5

Monochromatic Colors of #b5095f

#b5095f

Complementary Color

#b5095f #09b55f

#b5095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5095f Color CSS Codes

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

#b5095f Text Font Color

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

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


#b5095f Background Color

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

This div background color is #b5095f


#b5095f Border Color

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

This div border color is #b5095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5095f


Comments

No comments written yet.

Please login to write comment.