Color Hex Logo

#702457 Color Hex

#702457
(112,36,87)
0 Favorites   0 Comments

Color spaces of #702457

RGB 1123687
HSL0.890.510.29
HSV320°68°44°
CMYK 0.000.680.22   0.56
XYZ9.03335.39469.5820
Yxy5.39460.37620.2247
Hunter Lab23.226328.7773-8.2017
CIE-Lab27.830639.2523-13.3901

#702457 color RGB value is (112,36,87).

#702457 hex color red value is 112, green value is 36 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #702457 hue: 0.89 , saturation: 0.51 and the lightness value of 702457 is 0.29.

The process color (four color CMYK) of #702457 color hex is 0.00, 0.68, 0.22, 0.56. Web safe color of #702457 is #663366. Color #702457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 01010111
Octal 160 44 127
Decimal 112 36 87
Hex 70 24 57

RGB Percentages of Color #702457

%47.66
%15.32
%37.02

CMYK Percentages of Color #702457

%0
%68
%22
%56

Triadic Colors of #702457

#702457 #577024 #245770

Analogous Colors of #702457

#702457 #702431 #632470

Monochromatic Colors of #702457

#702457

Complementary Color

#702457 #24703d

#702457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702457 Color CSS Codes

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

#702457 Text Font Color

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

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


#702457 Background Color

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

This div background color is #702457


#702457 Border Color

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

This div border color is #702457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702457


Comments

No comments written yet.

Please login to write comment.