Color Hex Logo

#b42373 Color Hex

#B42373
(180,35,115)
0 Favorites   0 Comments

Color spaces of #b42373

RGB 18035115
HSL0.910.670.42
HSV327°81°71°
CMYK 0.000.810.36   0.29
XYZ22.517912.143217.3767
Yxy12.14320.43270.2334
Hunter Lab34.847154.3628-5.1723
CIE-Lab41.442861.7871-9.4447

#b42373 color RGB value is (180,35,115).

#b42373 hex color red value is 180, green value is 35 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b42373 hue: 0.91 , saturation: 0.67 and the lightness value of b42373 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 01110011
Octal 264 43 163
Decimal 180 35 115
Hex B4 23 73

RGB Percentages of Color #b42373

%54.55
%10.61
%34.85

CMYK Percentages of Color #b42373

%0
%81
%36
%29

Triadic Colors of #b42373

#b42373 #73b423 #2373b4

Analogous Colors of #b42373

#b42373 #b4232a #ad23b4

Monochromatic Colors of #b42373

#b42373

Complementary Color

#b42373 #23b464

#b42373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42373 Color CSS Codes

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

#b42373 Text Font Color

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

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


#b42373 Background Color

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

This div background color is #b42373


#b42373 Border Color

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

This div border color is #b42373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42373


Comments

No comments written yet.

Please login to write comment.