Color Hex Logo

#702158 Color Hex

#702158
(112,33,88)
0 Favorites   0 Comments

Color spaces of #702158

RGB 1123388
HSL0.880.540.28
HSV318°71°44°
CMYK 0.000.710.21   0.56
XYZ8.98745.23709.7697
Yxy5.23700.37460.2183
Hunter Lab22.884530.0542-9.2926
CIE-Lab27.399640.7231-14.7104

#702158 color RGB value is (112,33,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 01011000
Octal 160 41 130
Decimal 112 33 88
Hex 70 21 58

RGB Percentages of Color #702158

%48.07
%14.16
%37.77

CMYK Percentages of Color #702158

%0
%71
%21
%56

Triadic Colors of #702158

#702158 #587021 #215870

Analogous Colors of #702158

#702158 #702131 #612170

Monochromatic Colors of #702158

#702158

Complementary Color

#702158 #217039

#702158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702158 Color CSS Codes

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

#702158 Text Font Color

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

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


#702158 Background Color

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

This div background color is #702158


#702158 Border Color

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

This div border color is #702158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702158


Comments

No comments written yet.

Please login to write comment.