Color Hex Logo

#b5274a Color Hex

#B5274A
(181,39,74)
0 Favorites   0 Comments

Color spaces of #b5274a

RGB 1813974
HSL0.960.650.43
HSV345°78°71°
CMYK 0.000.780.59   0.29
XYZ21.017611.76927.6425
Yxy11.76920.51990.2911
Hunter Lab34.306349.321410.8062
CIE-Lab40.846957.325915.5117

#b5274a color RGB value is (181,39,74).

#b5274a hex color red value is 181, green value is 39 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b5274a hue: 0.96 , saturation: 0.65 and the lightness value of b5274a is 0.43.

The process color (four color CMYK) of #b5274a color hex is 0.00, 0.78, 0.59, 0.29. Web safe color of #b5274a is #cc3333. Color #b5274a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 01001010
Octal 265 47 112
Decimal 181 39 74
Hex B5 27 4A

RGB Percentages of Color #b5274a

%61.56
%13.27
%25.17

CMYK Percentages of Color #b5274a

%0
%78
%59
%29

Triadic Colors of #b5274a

#b5274a #4ab527 #274ab5

Analogous Colors of #b5274a

#b5274a #b54b27 #b52791

Monochromatic Colors of #b5274a

#b5274a

Complementary Color

#b5274a #27b592

#b5274a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5274a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5274a Color CSS Codes

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

#b5274a Text Font Color

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

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


#b5274a Background Color

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

This div background color is #b5274a


#b5274a Border Color

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

This div border color is #b5274a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5274a


Comments

No comments written yet.

Please login to write comment.