Color Hex Logo

#b4239e Color Hex

#B4239E
(180,35,158)
0 Favorites   0 Comments

Color spaces of #b4239e

RGB 18035158
HSL0.860.670.42
HSV309°81°71°
CMYK 0.000.810.12   0.29
XYZ25.595013.374033.5802
Yxy13.37400.35280.1843
Hunter Lab36.570560.9305-28.8427
CIE-Lab43.321567.1849-32.8473

#b4239e color RGB value is (180,35,158).

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

The process color (four color CMYK) of #b4239e color hex is 0.00, 0.81, 0.12, 0.29. Web safe color of #b4239e is #cc3399. Color #b4239e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 10011110
Octal 264 43 236
Decimal 180 35 158
Hex B4 23 9E

RGB Percentages of Color #b4239e

%48.26
%9.38
%42.36

CMYK Percentages of Color #b4239e

%0
%81
%12
%29

Triadic Colors of #b4239e

#b4239e #9eb423 #239eb4

Analogous Colors of #b4239e

#b4239e #b42356 #8223b4

Monochromatic Colors of #b4239e

#b4239e

Complementary Color

#b4239e #23b439

#b4239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4239e Color CSS Codes

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

#b4239e Text Font Color

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

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


#b4239e Background Color

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

This div background color is #b4239e


#b4239e Border Color

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

This div border color is #b4239e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,35,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4239e


Comments

No comments written yet.

Please login to write comment.