Color Hex Logo

#b5264f Color Hex

#B5264F
(181,38,79)
0 Favorites   0 Comments

Color spaces of #b5264f

RGB 1813879
HSL0.950.650.43
HSV343°79°71°
CMYK 0.000.790.56   0.29
XYZ21.160511.77458.5546
Yxy11.77450.51000.2838
Hunter Lab34.314050.02669.2386
CIE-Lab40.855557.972812.3670

#b5264f color RGB value is (181,38,79).

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

The process color (four color CMYK) of #b5264f color hex is 0.00, 0.79, 0.56, 0.29. Web safe color of #b5264f is #cc3366. Color #b5264f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 01001111
Octal 265 46 117
Decimal 181 38 79
Hex B5 26 4F

RGB Percentages of Color #b5264f

%60.74
%12.75
%26.51

CMYK Percentages of Color #b5264f

%0
%79
%56
%29

Triadic Colors of #b5264f

#b5264f #4fb526 #264fb5

Analogous Colors of #b5264f

#b5264f #b54526 #b52697

Monochromatic Colors of #b5264f

#b5264f

Complementary Color

#b5264f #26b58c

#b5264f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5264f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5264f Color CSS Codes

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

#b5264f Text Font Color

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

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


#b5264f Background Color

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

This div background color is #b5264f


#b5264f Border Color

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

This div border color is #b5264f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5264f


Comments

No comments written yet.

Please login to write comment.