Color Hex Logo

#73055d Color Hex

#73055D
(115,5,93)
0 Favorites   0 Comments

Color spaces of #73055d

RGB 115593
HSL0.870.920.24
HSV312°96°45°
CMYK 0.000.960.19   0.55
XYZ9.10034.543710.7533
Yxy4.54370.37300.1862
Hunter Lab21.316038.9031-14.9890
CIE-Lab25.393150.3217-21.0791

#73055d color RGB value is (115,5,93).

#73055d hex color red value is 115, green value is 5 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #73055d hue: 0.87 , saturation: 0.92 and the lightness value of 73055d is 0.24.

The process color (four color CMYK) of #73055d color hex is 0.00, 0.96, 0.19, 0.55. Web safe color of #73055d is #660066. Color #73055d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000101 01011101
Octal 163 5 135
Decimal 115 5 93
Hex 73 5 5D

RGB Percentages of Color #73055d

%53.99
%2.35
%43.66

CMYK Percentages of Color #73055d

%0
%96
%19
%55

Triadic Colors of #73055d

#73055d #5d7305 #055d73

Analogous Colors of #73055d

#73055d #730526 #520573

Monochromatic Colors of #73055d

#73055d

Complementary Color

#73055d #05731b

#73055d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73055d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73055d Color CSS Codes

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

#73055d Text Font Color

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

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


#73055d Background Color

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

This div background color is #73055d


#73055d Border Color

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

This div border color is #73055d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,5,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73055d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73055d;
  -webkit-box-shadow: 1px 1px 3px 2px #73055d;
  box-shadow:         1px 1px 3px 2px #73055d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73055d


Comments

No comments written yet.

Please login to write comment.