Color Hex Logo

#b4296f Color Hex

#B4296F
(180,41,111)
0 Favorites   0 Comments

Color spaces of #b4296f

RGB 18041111
HSL0.920.630.43
HSV330°77°71°
CMYK 0.000.770.38   0.29
XYZ22.484612.436916.2544
Yxy12.43690.43940.2430
Hunter Lab35.266052.0911-2.6411
CIE-Lab41.902259.6542-6.2649

#b4296f color RGB value is (180,41,111).

#b4296f hex color red value is 180, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b4296f hue: 0.92 , saturation: 0.63 and the lightness value of b4296f is 0.43.

The process color (four color CMYK) of #b4296f color hex is 0.00, 0.77, 0.38, 0.29. Web safe color of #b4296f is #cc3366. Color #b4296f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 01101111
Octal 264 51 157
Decimal 180 41 111
Hex B4 29 6F

RGB Percentages of Color #b4296f

%54.22
%12.35
%33.43

CMYK Percentages of Color #b4296f

%0
%77
%38
%29

Triadic Colors of #b4296f

#b4296f #6fb429 #296fb4

Analogous Colors of #b4296f

#b4296f #b42929 #b429b4

Monochromatic Colors of #b4296f

#b4296f

Complementary Color

#b4296f #29b46e

#b4296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4296f Color CSS Codes

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

#b4296f Text Font Color

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

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


#b4296f Background Color

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

This div background color is #b4296f


#b4296f Border Color

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

This div border color is #b4296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4296f


Comments

No comments written yet.

Please login to write comment.