Color Hex Logo

#b0405a Color Hex

#B0405A
(176,64,90)
0 Favorites   0 Comments

Color spaces of #b0405a

RGB 1766490
HSL0.960.470.47
HSV346°64°69°
CMYK 0.000.640.49   0.31
XYZ21.583413.635111.1671
Yxy13.63510.46530.2940
Hunter Lab36.925739.71477.9175
CIE-Lab43.705047.69589.3222

#b0405a color RGB value is (176,64,90).

#b0405a hex color red value is 176, green value is 64 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b0405a hue: 0.96 , saturation: 0.47 and the lightness value of b0405a is 0.47.

The process color (four color CMYK) of #b0405a color hex is 0.00, 0.64, 0.49, 0.31. Web safe color of #b0405a is #993366. Color #b0405a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000000 01011010
Octal 260 100 132
Decimal 176 64 90
Hex B0 40 5A

RGB Percentages of Color #b0405a

%53.33
%19.39
%27.27

CMYK Percentages of Color #b0405a

%0
%64
%49
%31

Triadic Colors of #b0405a

#b0405a #5ab040 #405ab0

Analogous Colors of #b0405a

#b0405a #b05e40 #b04092

Monochromatic Colors of #b0405a

#b0405a

Complementary Color

#b0405a #40b096

#b0405a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0405a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0405a Color CSS Codes

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

#b0405a Text Font Color

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

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


#b0405a Background Color

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

This div background color is #b0405a


#b0405a Border Color

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

This div border color is #b0405a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0405a


Comments

No comments written yet.

Please login to write comment.