Color Hex Logo

#b81b5f Color Hex

#B81B5F
(184,27,95)
0 Favorites   0 Comments

Color spaces of #b81b5f

RGB 1842795
HSL0.930.740.41
HSV334°85°72°
CMYK 0.000.850.48   0.28
XYZ22.224711.800411.9328
Yxy11.80040.48360.2568
Hunter Lab34.351755.36963.4505
CIE-Lab40.897162.79062.3884

#b81b5f color RGB value is (184,27,95).

#b81b5f hex color red value is 184, green value is 27 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b81b5f hue: 0.93 , saturation: 0.74 and the lightness value of b81b5f is 0.41.

The process color (four color CMYK) of #b81b5f color hex is 0.00, 0.85, 0.48, 0.28. Web safe color of #b81b5f is #cc3366. Color #b81b5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011011 01011111
Octal 270 33 137
Decimal 184 27 95
Hex B8 1B 5F

RGB Percentages of Color #b81b5f

%60.13
%8.82
%31.05

CMYK Percentages of Color #b81b5f

%0
%85
%48
%28

Triadic Colors of #b81b5f

#b81b5f #5fb81b #1b5fb8

Analogous Colors of #b81b5f

#b81b5f #b8251b #b81bae

Monochromatic Colors of #b81b5f

#b81b5f

Complementary Color

#b81b5f #1bb874

#b81b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81b5f Color CSS Codes

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

#b81b5f Text Font Color

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

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


#b81b5f Background Color

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

This div background color is #b81b5f


#b81b5f Border Color

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

This div border color is #b81b5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,27,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81b5f


Comments

No comments written yet.

Please login to write comment.