Color Hex Logo

#b4256e Color Hex

#B4256E
(180,37,110)
0 Favorites   0 Comments

Color spaces of #b4256e

RGB 18037110
HSL0.910.660.43
HSV329°79°71°
CMYK 0.000.790.39   0.29
XYZ22.298412.152215.9222
Yxy12.15220.44270.2412
Hunter Lab34.860053.1735-2.6785
CIE-Lab41.457060.7174-6.3048

#b4256e color RGB value is (180,37,110).

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

The process color (four color CMYK) of #b4256e color hex is 0.00, 0.79, 0.39, 0.29. Web safe color of #b4256e is #cc3366. Color #b4256e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 01101110
Octal 264 45 156
Decimal 180 37 110
Hex B4 25 6E

RGB Percentages of Color #b4256e

%55.05
%11.31
%33.64

CMYK Percentages of Color #b4256e

%0
%79
%39
%29

Triadic Colors of #b4256e

#b4256e #6eb425 #256eb4

Analogous Colors of #b4256e

#b4256e #b42526 #b325b4

Monochromatic Colors of #b4256e

#b4256e

Complementary Color

#b4256e #25b46b

#b4256e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4256e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4256e Color CSS Codes

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

#b4256e Text Font Color

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

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


#b4256e Background Color

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

This div background color is #b4256e


#b4256e Border Color

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

This div border color is #b4256e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4256e


Comments

No comments written yet.

Please login to write comment.