Color Hex Logo

#731458 Color Hex

#731458
(115,20,88)
0 Favorites   0 Comments

Color spaces of #731458

RGB 1152088
HSL0.880.700.26
HSV317°83°45°
CMYK 0.000.830.23   0.55
XYZ9.08184.84979.6899
Yxy4.84970.38450.2053
Hunter Lab22.022035.0741-10.6727
CIE-Lab26.302246.2480-16.3580

#731458 color RGB value is (115,20,88).

#731458 hex color red value is 115, green value is 20 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #731458 hue: 0.88 , saturation: 0.70 and the lightness value of 731458 is 0.26.

The process color (four color CMYK) of #731458 color hex is 0.00, 0.83, 0.23, 0.55. Web safe color of #731458 is #660066. Color #731458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010100 01011000
Octal 163 24 130
Decimal 115 20 88
Hex 73 14 58

RGB Percentages of Color #731458

%51.57
%8.97
%39.46

CMYK Percentages of Color #731458

%0
%83
%23
%55

Triadic Colors of #731458

#731458 #587314 #145873

Analogous Colors of #731458

#731458 #731429 #5e1473

Monochromatic Colors of #731458

#731458

Complementary Color

#731458 #14732f

#731458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731458 Color CSS Codes

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

#731458 Text Font Color

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

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


#731458 Background Color

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

This div background color is #731458


#731458 Border Color

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

This div border color is #731458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731458


Comments

No comments written yet.

Please login to write comment.