Color Hex Logo

#73025b Color Hex

#73025B
(115,2,91)
0 Favorites   0 Comments

Color spaces of #73025b

RGB 115291
HSL0.870.970.23
HSV313°98°45°
CMYK 0.000.980.21   0.55
XYZ8.98034.443610.2819
Yxy4.44360.37880.1874
Hunter Lab21.079839.1537-14.1634
CIE-Lab25.086950.6318-20.2360

#73025b color RGB value is (115,2,91).

#73025b hex color red value is 115, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #73025b hue: 0.87 , saturation: 0.97 and the lightness value of 73025b is 0.23.

The process color (four color CMYK) of #73025b color hex is 0.00, 0.98, 0.21, 0.55. Web safe color of #73025b is #660066. Color #73025b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000010 01011011
Octal 163 2 133
Decimal 115 2 91
Hex 73 2 5B

RGB Percentages of Color #73025b

%55.29
%0.96
%43.75

CMYK Percentages of Color #73025b

%0
%98
%21
%55

Triadic Colors of #73025b

#73025b #5b7302 #025b73

Analogous Colors of #73025b

#73025b #730223 #530273

Monochromatic Colors of #73025b

#73025b

Complementary Color

#73025b #02731a

#73025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73025b Color CSS Codes

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

#73025b Text Font Color

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

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


#73025b Background Color

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

This div background color is #73025b


#73025b Border Color

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

This div border color is #73025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73025b


Comments

No comments written yet.

Please login to write comment.