Color Hex Logo

#b5005e Color Hex

#B5005E
(181,0,94)
0 Favorites   0 Comments

Color spaces of #b5005e

RGB 181094
HSL0.911.000.35
HSV329°100°71°
CMYK 0.001.000.48   0.29
XYZ21.076410.631911.5310
Yxy10.63190.48740.2459
Hunter Lab32.606658.31811.8573
CIE-Lab38.953465.76910.1238

#b5005e color RGB value is (181,0,94).

#b5005e hex color red value is 181, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b5005e hue: 0.91 , saturation: 1.00 and the lightness value of b5005e is 0.35.

The process color (four color CMYK) of #b5005e color hex is 0.00, 1.00, 0.48, 0.29. Web safe color of #b5005e is #cc0066. Color #b5005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000000 01011110
Octal 265 0 136
Decimal 181 0 94
Hex B5 0 5E

RGB Percentages of Color #b5005e

%65.82
%0.00
%34.18

CMYK Percentages of Color #b5005e

%0
%100
%48
%29

Triadic Colors of #b5005e

#b5005e #5eb500 #005eb5

Analogous Colors of #b5005e

#b5005e #b50003 #b200b5

Monochromatic Colors of #b5005e

#b5005e

Complementary Color

#b5005e #00b557

#b5005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5005e Color CSS Codes

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

#b5005e Text Font Color

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

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


#b5005e Background Color

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

This div background color is #b5005e


#b5005e Border Color

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

This div border color is #b5005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5005e


Comments

No comments written yet.

Please login to write comment.