Color Hex Logo

#b5075e Color Hex

#B5075E
(181,7,94)
0 Favorites   0 Comments

Color spaces of #b5075e

RGB 181794
HSL0.920.930.37
HSV330°96°71°
CMYK 0.000.960.48   0.29
XYZ21.152410.783911.5563
Yxy10.78390.48630.2479
Hunter Lab32.838857.50872.1225
CIE-Lab39.214165.00900.5041

#b5075e color RGB value is (181,7,94).

#b5075e hex color red value is 181, green value is 7 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b5075e hue: 0.92 , saturation: 0.93 and the lightness value of b5075e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000111 01011110
Octal 265 7 136
Decimal 181 7 94
Hex B5 7 5E

RGB Percentages of Color #b5075e

%64.18
%2.48
%33.33

CMYK Percentages of Color #b5075e

%0
%96
%48
%29

Triadic Colors of #b5075e

#b5075e #5eb507 #075eb5

Analogous Colors of #b5075e

#b5075e #b50707 #b507b5

Monochromatic Colors of #b5075e

#b5075e

Complementary Color

#b5075e #07b55e

#b5075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5075e Color CSS Codes

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

#b5075e Text Font Color

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

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


#b5075e Background Color

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

This div background color is #b5075e


#b5075e Border Color

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

This div border color is #b5075e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5075e


Comments

No comments written yet.

Please login to write comment.