Color Hex Logo

#b4258c Color Hex

#B4258C
(180,37,140)
0 Favorites   0 Comments

Color spaces of #b4258c

RGB 18037140
HSL0.880.660.43
HSV317°79°71°
CMYK 0.000.790.22   0.29
XYZ24.217612.919926.0283
Yxy12.91990.38340.2045
Hunter Lab35.944357.3627-17.7727
CIE-Lab42.642364.2132-23.0174

#b4258c color RGB value is (180,37,140).

#b4258c hex color red value is 180, green value is 37 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b4258c hue: 0.88 , saturation: 0.66 and the lightness value of b4258c is 0.43.

The process color (four color CMYK) of #b4258c color hex is 0.00, 0.79, 0.22, 0.29. Web safe color of #b4258c is #cc3399. Color #b4258c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 10001100
Octal 264 45 214
Decimal 180 37 140
Hex B4 25 8C

RGB Percentages of Color #b4258c

%50.42
%10.36
%39.22

CMYK Percentages of Color #b4258c

%0
%79
%22
%29

Triadic Colors of #b4258c

#b4258c #8cb425 #258cb4

Analogous Colors of #b4258c

#b4258c #b42544 #9525b4

Monochromatic Colors of #b4258c

#b4258c

Complementary Color

#b4258c #25b44d

#b4258c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4258c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4258c Color CSS Codes

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

#b4258c Text Font Color

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

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


#b4258c Background Color

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

This div background color is #b4258c


#b4258c Border Color

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

This div border color is #b4258c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4258c


Comments

No comments written yet.

Please login to write comment.