Color Hex Logo

#702157 Color Hex

#702157
(112,33,87)
0 Favorites   0 Comments

Color spaces of #702157

RGB 1123387
HSL0.890.540.28
HSV319°71°44°
CMYK 0.000.710.22   0.56
XYZ8.94625.22069.5530
Yxy5.22060.37720.2201
Hunter Lab22.848629.9051-8.7951
CIE-Lab27.354240.5700-14.1216

#702157 color RGB value is (112,33,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 01010111
Octal 160 41 127
Decimal 112 33 87
Hex 70 21 57

RGB Percentages of Color #702157

%48.28
%14.22
%37.50

CMYK Percentages of Color #702157

%0
%71
%22
%56

Triadic Colors of #702157

#702157 #577021 #215770

Analogous Colors of #702157

#702157 #702130 #612170

Monochromatic Colors of #702157

#702157

Complementary Color

#702157 #21703a

#702157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702157 Color CSS Codes

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

#702157 Text Font Color

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

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


#702157 Background Color

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

This div background color is #702157


#702157 Border Color

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

This div border color is #702157


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,33,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 #702157">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702157


Comments

No comments written yet.

Please login to write comment.