Color Hex Logo

#b4276f Color Hex

#B4276F
(180,39,111)
0 Favorites   0 Comments

Color spaces of #b4276f

RGB 18039111
HSL0.910.640.43
HSV329°78°71°
CMYK 0.000.780.38   0.29
XYZ22.417212.302016.2319
Yxy12.30200.44000.2414
Hunter Lab35.074252.7060-2.8867
CIE-Lab41.692160.2506-6.5781

#b4276f color RGB value is (180,39,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 01101111
Octal 264 47 157
Decimal 180 39 111
Hex B4 27 6F

RGB Percentages of Color #b4276f

%54.55
%11.82
%33.64

CMYK Percentages of Color #b4276f

%0
%78
%38
%29

Triadic Colors of #b4276f

#b4276f #6fb427 #276fb4

Analogous Colors of #b4276f

#b4276f #b42729 #b327b4

Monochromatic Colors of #b4276f

#b4276f

Complementary Color

#b4276f #27b46c

#b4276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4276f Color CSS Codes

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

#b4276f Text Font Color

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

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


#b4276f Background Color

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

This div background color is #b4276f


#b4276f Border Color

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

This div border color is #b4276f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,39,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 #b4276f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4276f


Comments

No comments written yet.

Please login to write comment.