Color Hex Logo

#b5054a Color Hex

#B5054A
(181,5,74)
0 Favorites   0 Comments

Color spaces of #b5054a

RGB 181574
HSL0.930.950.36
HSV336°97°71°
CMYK 0.000.970.59   0.29
XYZ20.346410.42677.4187
Yxy10.42670.53270.2730
Hunter Lab32.290455.96598.9814
CIE-Lab38.597663.767812.4469

#b5054a color RGB value is (181,5,74).

#b5054a hex color red value is 181, green value is 5 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b5054a hue: 0.93 , saturation: 0.95 and the lightness value of b5054a is 0.36.

The process color (four color CMYK) of #b5054a color hex is 0.00, 0.97, 0.59, 0.29. Web safe color of #b5054a is #cc0033. Color #b5054a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 01001010
Octal 265 5 112
Decimal 181 5 74
Hex B5 5 4A

RGB Percentages of Color #b5054a

%69.62
%1.92
%28.46

CMYK Percentages of Color #b5054a

%0
%97
%59
%29

Triadic Colors of #b5054a

#b5054a #4ab505 #054ab5

Analogous Colors of #b5054a

#b5054a #b51805 #b505a2

Monochromatic Colors of #b5054a

#b5054a

Complementary Color

#b5054a #05b570

#b5054a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5054a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5054a Color CSS Codes

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

#b5054a Text Font Color

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

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


#b5054a Background Color

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

This div background color is #b5054a


#b5054a Border Color

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

This div border color is #b5054a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,5,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5054a


Comments

No comments written yet.

Please login to write comment.