Color Hex Logo

#702958 Color Hex

#702958
(112,41,88)
0 Favorites   0 Comments

Color spaces of #702958

RGB 1124188
HSL0.890.460.30
HSV320°63°44°
CMYK 0.000.630.21   0.56
XYZ9.23655.73529.8527
Yxy5.73520.37210.2310
Hunter Lab23.948326.9354-7.6290
CIE-Lab28.734337.0553-12.6619

#702958 color RGB value is (112,41,88).

#702958 hex color red value is 112, green value is 41 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #702958 hue: 0.89 , saturation: 0.46 and the lightness value of 702958 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 01011000
Octal 160 51 130
Decimal 112 41 88
Hex 70 29 58

RGB Percentages of Color #702958

%46.47
%17.01
%36.51

CMYK Percentages of Color #702958

%0
%63
%21
%56

Triadic Colors of #702958

#702958 #587029 #295870

Analogous Colors of #702958

#702958 #702934 #652970

Monochromatic Colors of #702958

#702958

Complementary Color

#702958 #297041

#702958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702958 Color CSS Codes

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

#702958 Text Font Color

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

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


#702958 Background Color

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

This div background color is #702958


#702958 Border Color

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

This div border color is #702958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702958


Comments

No comments written yet.

Please login to write comment.