Color Hex Logo

#b4015e Color Hex

#B4015E
(180,1,94)
0 Favorites   0 Comments

Color spaces of #b4015e

RGB 180194
HSL0.910.990.35
HSV329°99°71°
CMYK 0.000.990.48   0.29
XYZ20.853610.533211.5237
Yxy10.53320.48600.2455
Hunter Lab32.454957.89751.6664
CIE-Lab38.782965.4342-0.1503

#b4015e color RGB value is (180,1,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000001 01011110
Octal 264 1 136
Decimal 180 1 94
Hex B4 1 5E

RGB Percentages of Color #b4015e

%65.45
%0.36
%34.18

CMYK Percentages of Color #b4015e

%0
%99
%48
%29

Triadic Colors of #b4015e

#b4015e #5eb401 #015eb4

Analogous Colors of #b4015e

#b4015e #b40105 #b101b4

Monochromatic Colors of #b4015e

#b4015e

Complementary Color

#b4015e #01b457

#b4015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4015e Color CSS Codes

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

#b4015e Text Font Color

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

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


#b4015e Background Color

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

This div background color is #b4015e


#b4015e Border Color

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

This div border color is #b4015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4015e


Comments

No comments written yet.

Please login to write comment.