Color Hex Logo

#731870 Color Hex

#731870
(115,24,112)
0 Favorites   0 Comments

Color spaces of #731870

RGB 11524112
HSL0.840.650.27
HSV302°79°45°
CMYK 0.000.790.03   0.55
XYZ10.32155.468015.8407
Yxy5.46800.32630.1729
Hunter Lab23.383837.8676-23.7958
CIE-Lab28.028548.7675-29.2772

#731870 color RGB value is (115,24,112).

#731870 hex color red value is 115, green value is 24 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #731870 hue: 0.84 , saturation: 0.65 and the lightness value of 731870 is 0.27.

The process color (four color CMYK) of #731870 color hex is 0.00, 0.79, 0.03, 0.55. Web safe color of #731870 is #660066. Color #731870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011000 01110000
Octal 163 30 160
Decimal 115 24 112
Hex 73 18 70

RGB Percentages of Color #731870

%45.82
%9.56
%44.62

CMYK Percentages of Color #731870

%0
%79
%3
%55

Triadic Colors of #731870

#731870 #707318 #187073

Analogous Colors of #731870

#731870 #731843 #491873

Monochromatic Colors of #731870

#731870

Complementary Color

#731870 #18731b

#731870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731870 Color CSS Codes

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

#731870 Text Font Color

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

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


#731870 Background Color

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

This div background color is #731870


#731870 Border Color

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

This div border color is #731870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731870


Comments

No comments written yet.

Please login to write comment.