Color Hex Logo

#b4125e Color Hex

#B4125E
(180,18,94)
0 Favorites   0 Comments

Color spaces of #b4125e

RGB 1801894
HSL0.920.820.39
HSV332°90°71°
CMYK 0.000.900.48   0.29
XYZ21.059110.944111.5922
Yxy10.94410.48310.2510
Hunter Lab33.081955.73542.3815
CIE-Lab39.486263.39010.8752

#b4125e color RGB value is (180,18,94).

#b4125e hex color red value is 180, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4125e hue: 0.92 , saturation: 0.82 and the lightness value of b4125e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010010 01011110
Octal 264 22 136
Decimal 180 18 94
Hex B4 12 5E

RGB Percentages of Color #b4125e

%61.64
%6.16
%32.19

CMYK Percentages of Color #b4125e

%0
%90
%48
%29

Triadic Colors of #b4125e

#b4125e #5eb412 #125eb4

Analogous Colors of #b4125e

#b4125e #b41712 #b412af

Monochromatic Colors of #b4125e

#b4125e

Complementary Color

#b4125e #12b468

#b4125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4125e Color CSS Codes

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

#b4125e Text Font Color

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

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


#b4125e Background Color

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

This div background color is #b4125e


#b4125e Border Color

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

This div border color is #b4125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4125e


Comments

No comments written yet.

Please login to write comment.