Color Hex Logo

#b9255a Color Hex

#B9255A
(185,37,90)
0 Favorites   0 Comments

Color spaces of #b9255a

RGB 1853790
HSL0.940.670.44
HSV339°80°73°
CMYK 0.000.800.51   0.27
XYZ22.514612.375610.8749
Yxy12.37560.49200.2704
Hunter Lab35.179052.67716.2969
CIE-Lab41.807060.20246.8735

#b9255a color RGB value is (185,37,90).

#b9255a hex color red value is 185, green value is 37 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b9255a hue: 0.94 , saturation: 0.67 and the lightness value of b9255a is 0.44.

The process color (four color CMYK) of #b9255a color hex is 0.00, 0.80, 0.51, 0.27. Web safe color of #b9255a is #cc3366. Color #b9255a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100101 01011010
Octal 271 45 132
Decimal 185 37 90
Hex B9 25 5A

RGB Percentages of Color #b9255a

%59.29
%11.86
%28.85

CMYK Percentages of Color #b9255a

%0
%80
%51
%27

Triadic Colors of #b9255a

#b9255a #5ab925 #255ab9

Analogous Colors of #b9255a

#b9255a #b93a25 #b925a4

Monochromatic Colors of #b9255a

#b9255a

Complementary Color

#b9255a #25b984

#b9255a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9255a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9255a Color CSS Codes

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

#b9255a Text Font Color

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

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


#b9255a Background Color

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

This div background color is #b9255a


#b9255a Border Color

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

This div border color is #b9255a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,37,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9255a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9255a;
  -webkit-box-shadow: 1px 1px 3px 2px #b9255a;
  box-shadow:         1px 1px 3px 2px #b9255a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,37,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9255a


Comments

No comments written yet.

Please login to write comment.