Color Hex Logo

#b4245e Color Hex

#B4245E
(180,36,94)
0 Favorites   0 Comments

Color spaces of #b4245e

RGB 1803694
HSL0.930.670.42
HSV336°80°71°
CMYK 0.000.800.48   0.29
XYZ21.473611.773211.7303
Yxy11.77320.47740.2618
Hunter Lab34.312151.66483.7490
CIE-Lab40.853459.46922.8575

#b4245e color RGB value is (180,36,94).

#b4245e hex color red value is 180, green value is 36 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4245e hue: 0.93 , saturation: 0.67 and the lightness value of b4245e is 0.42.

The process color (four color CMYK) of #b4245e color hex is 0.00, 0.80, 0.48, 0.29. Web safe color of #b4245e is #cc3366. Color #b4245e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 01011110
Octal 264 44 136
Decimal 180 36 94
Hex B4 24 5E

RGB Percentages of Color #b4245e

%58.06
%11.61
%30.32

CMYK Percentages of Color #b4245e

%0
%80
%48
%29

Triadic Colors of #b4245e

#b4245e #5eb424 #245eb4

Analogous Colors of #b4245e

#b4245e #b43224 #b424a6

Monochromatic Colors of #b4245e

#b4245e

Complementary Color

#b4245e #24b47a

#b4245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4245e Color CSS Codes

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

#b4245e Text Font Color

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

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


#b4245e Background Color

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

This div background color is #b4245e


#b4245e Border Color

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

This div border color is #b4245e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4245e


Comments

No comments written yet.

Please login to write comment.