Color Hex Logo

#b8095f Color Hex

#B8095F
(184,9,95)
0 Favorites   0 Comments

Color spaces of #b8095f

RGB 184995
HSL0.920.910.38
HSV331°95°72°
CMYK 0.000.950.48   0.28
XYZ21.930411.211911.8347
Yxy11.21190.48760.2493
Hunter Lab33.484258.31092.4834
CIE-Lab39.935165.57150.9928

#b8095f color RGB value is (184,9,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001001 01011111
Octal 270 11 137
Decimal 184 9 95
Hex B8 9 5F

RGB Percentages of Color #b8095f

%63.89
%3.13
%32.99

CMYK Percentages of Color #b8095f

%0
%95
%48
%28

Triadic Colors of #b8095f

#b8095f #5fb809 #095fb8

Analogous Colors of #b8095f

#b8095f #b80b09 #b809b7

Monochromatic Colors of #b8095f

#b8095f

Complementary Color

#b8095f #09b862

#b8095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8095f Color CSS Codes

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

#b8095f Text Font Color

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

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


#b8095f Background Color

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

This div background color is #b8095f


#b8095f Border Color

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

This div border color is #b8095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8095f


Comments

No comments written yet.

Please login to write comment.