Color Hex Logo

#b73a99 Color Hex

#B73A99
(183,58,153)
0 Favorites   0 Comments

Color spaces of #b73a99

RGB 18358153
HSL0.870.520.47
HSV314°68°72°
CMYK 0.000.680.16   0.28
XYZ26.791315.393331.6961
Yxy15.39330.36260.2084
Hunter Lab39.234353.2294-20.4344
CIE-Lab46.168259.8683-25.3630

#b73a99 color RGB value is (183,58,153).

#b73a99 hex color red value is 183, green value is 58 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b73a99 hue: 0.87 , saturation: 0.52 and the lightness value of b73a99 is 0.47.

The process color (four color CMYK) of #b73a99 color hex is 0.00, 0.68, 0.16, 0.28. Web safe color of #b73a99 is #cc3399. Color #b73a99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111010 10011001
Octal 267 72 231
Decimal 183 58 153
Hex B7 3A 99

RGB Percentages of Color #b73a99

%46.45
%14.72
%38.83

CMYK Percentages of Color #b73a99

%0
%68
%16
%28

Triadic Colors of #b73a99

#b73a99 #99b73a #3a99b7

Analogous Colors of #b73a99

#b73a99 #b73a5b #973ab7

Monochromatic Colors of #b73a99

#b73a99

Complementary Color

#b73a99 #3ab758

#b73a99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73a99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73a99 Color CSS Codes

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

#b73a99 Text Font Color

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

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


#b73a99 Background Color

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

This div background color is #b73a99


#b73a99 Border Color

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

This div border color is #b73a99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,58,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b73a99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b73a99;
  -webkit-box-shadow: 1px 1px 3px 2px #b73a99;
  box-shadow:         1px 1px 3px 2px #b73a99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,58,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73a99


Comments

No comments written yet.

Please login to write comment.