Color Hex Logo

#730871 Color Hex

#730871
(115,8,113)
0 Favorites   0 Comments

Color spaces of #730871

RGB 1158113
HSL0.840.870.24
HSV301°93°45°
CMYK 0.000.930.02   0.55
XYZ10.13775.010816.0556
Yxy5.01080.32490.1606
Hunter Lab22.384841.6662-26.8566
CIE-Lab26.765552.7871-31.9284

#730871 color RGB value is (115,8,113).

#730871 hex color red value is 115, green value is 8 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #730871 hue: 0.84 , saturation: 0.87 and the lightness value of 730871 is 0.24.

The process color (four color CMYK) of #730871 color hex is 0.00, 0.93, 0.02, 0.55. Web safe color of #730871 is #660066. Color #730871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001000 01110001
Octal 163 10 161
Decimal 115 8 113
Hex 73 8 71

RGB Percentages of Color #730871

%48.73
%3.39
%47.88

CMYK Percentages of Color #730871

%0
%93
%2
%55

Triadic Colors of #730871

#730871 #717308 #087173

Analogous Colors of #730871

#730871 #73083c #400873

Monochromatic Colors of #730871

#730871

Complementary Color

#730871 #08730a

#730871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730871 Color CSS Codes

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

#730871 Text Font Color

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

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


#730871 Background Color

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

This div background color is #730871


#730871 Border Color

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

This div border color is #730871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730871


Comments

No comments written yet.

Please login to write comment.