Color Hex Logo

#b4357c Color Hex

#B4357C
(180,53,124)
0 Favorites   0 Comments

Color spaces of #b4357c

RGB 18053124
HSL0.910.550.46
HSV326°71°71°
CMYK 0.000.710.31   0.29
XYZ23.733613.704720.4632
Yxy13.70470.40990.2367
Hunter Lab37.019949.6524-6.8594
CIE-Lab43.806457.0695-11.4459

#b4357c color RGB value is (180,53,124).

#b4357c hex color red value is 180, green value is 53 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b4357c hue: 0.91 , saturation: 0.55 and the lightness value of b4357c is 0.46.

The process color (four color CMYK) of #b4357c color hex is 0.00, 0.71, 0.31, 0.29. Web safe color of #b4357c is #cc3366. Color #b4357c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110101 01111100
Octal 264 65 174
Decimal 180 53 124
Hex B4 35 7C

RGB Percentages of Color #b4357c

%50.42
%14.85
%34.73

CMYK Percentages of Color #b4357c

%0
%71
%31
%29

Triadic Colors of #b4357c

#b4357c #7cb435 #357cb4

Analogous Colors of #b4357c

#b4357c #b4353c #ad35b4

Monochromatic Colors of #b4357c

#b4357c

Complementary Color

#b4357c #35b46d

#b4357c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4357c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4357c Color CSS Codes

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

#b4357c Text Font Color

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

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


#b4357c Background Color

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

This div background color is #b4357c


#b4357c Border Color

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

This div border color is #b4357c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4357c


Comments

No comments written yet.

Please login to write comment.