Color Hex Logo

#b4215c Color Hex

#B4215C
(180,33,92)
0 Favorites   0 Comments

Color spaces of #b4215c

RGB 1803392
HSL0.930.690.42
HSV336°82°71°
CMYK 0.000.820.49   0.29
XYZ21.298011.563711.2347
Yxy11.56370.48300.2622
Hunter Lab34.005452.28714.2156
CIE-Lab40.514160.09913.6322

#b4215c color RGB value is (180,33,92).

#b4215c hex color red value is 180, green value is 33 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b4215c hue: 0.93 , saturation: 0.69 and the lightness value of b4215c is 0.42.

The process color (four color CMYK) of #b4215c color hex is 0.00, 0.82, 0.49, 0.29. Web safe color of #b4215c is #cc3366. Color #b4215c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 01011100
Octal 264 41 134
Decimal 180 33 92
Hex B4 21 5C

RGB Percentages of Color #b4215c

%59.02
%10.82
%30.16

CMYK Percentages of Color #b4215c

%0
%82
%49
%29

Triadic Colors of #b4215c

#b4215c #5cb421 #215cb4

Analogous Colors of #b4215c

#b4215c #b43021 #b421a6

Monochromatic Colors of #b4215c

#b4215c

Complementary Color

#b4215c #21b479

#b4215c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4215c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4215c Color CSS Codes

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

#b4215c Text Font Color

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

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


#b4215c Background Color

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

This div background color is #b4215c


#b4215c Border Color

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

This div border color is #b4215c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4215c


Comments

No comments written yet.

Please login to write comment.