Color Hex Logo

#b4225c Color Hex

#B4225C
(180,34,92)
0 Favorites   0 Comments

Color spaces of #b4225c

RGB 1803492
HSL0.930.680.42
HSV336°81°71°
CMYK 0.000.810.49   0.29
XYZ21.326211.620111.2441
Yxy11.62010.48260.2630
Hunter Lab34.088352.01824.3048
CIE-Lab40.605859.83773.7642

#b4225c color RGB value is (180,34,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100010 01011100
Octal 264 42 134
Decimal 180 34 92
Hex B4 22 5C

RGB Percentages of Color #b4225c

%58.82
%11.11
%30.07

CMYK Percentages of Color #b4225c

%0
%81
%49
%29

Triadic Colors of #b4225c

#b4225c #5cb422 #225cb4

Analogous Colors of #b4225c

#b4225c #b43122 #b422a5

Monochromatic Colors of #b4225c

#b4225c

Complementary Color

#b4225c #22b47a

#b4225c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4225c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4225c Color CSS Codes

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

#b4225c Text Font Color

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

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


#b4225c Background Color

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

This div background color is #b4225c


#b4225c Border Color

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

This div border color is #b4225c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4225c


Comments

No comments written yet.

Please login to write comment.