Color Hex Logo

#b8015a Color Hex

#B8015A
(184,1,90)
0 Favorites   0 Comments

Color spaces of #b8015a

RGB 184190
HSL0.920.990.36
HSV331°99°72°
CMYK 0.000.990.51   0.28
XYZ21.623510.950210.6468
Yxy10.95020.50030.2534
Hunter Lab33.091158.73214.0877
CIE-Lab39.496566.02483.5433

#b8015a color RGB value is (184,1,90).

#b8015a hex color red value is 184, green value is 1 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b8015a hue: 0.92 , saturation: 0.99 and the lightness value of b8015a is 0.36.

The process color (four color CMYK) of #b8015a color hex is 0.00, 0.99, 0.51, 0.28. Web safe color of #b8015a is #cc0066. Color #b8015a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 01011010
Octal 270 1 132
Decimal 184 1 90
Hex B8 1 5A

RGB Percentages of Color #b8015a

%66.91
%0.36
%32.73

CMYK Percentages of Color #b8015a

%0
%99
%51
%28

Triadic Colors of #b8015a

#b8015a #5ab801 #015ab8

Analogous Colors of #b8015a

#b8015a #b80301 #b801b6

Monochromatic Colors of #b8015a

#b8015a

Complementary Color

#b8015a #01b85f

#b8015a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8015a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8015a Color CSS Codes

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

#b8015a Text Font Color

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

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


#b8015a Background Color

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

This div background color is #b8015a


#b8015a Border Color

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

This div border color is #b8015a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8015a


Comments

No comments written yet.

Please login to write comment.