Color Hex Logo

#702969 Color Hex

#702969
(112,41,105)
0 Favorites   0 Comments

Color spaces of #702969

RGB 11241105
HSL0.850.460.30
HSV306°63°44°
CMYK 0.000.630.06   0.56
XYZ10.02486.050514.0041
Yxy6.05050.33330.2012
Hunter Lab24.597829.7015-16.5368
CIE-Lab29.539539.9466-22.4387

#702969 color RGB value is (112,41,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 01101001
Octal 160 51 151
Decimal 112 41 105
Hex 70 29 69

RGB Percentages of Color #702969

%43.41
%15.89
%40.70

CMYK Percentages of Color #702969

%0
%63
%6
%56

Triadic Colors of #702969

#702969 #697029 #296970

Analogous Colors of #702969

#702969 #702946 #542970

Monochromatic Colors of #702969

#702969

Complementary Color

#702969 #297030

#702969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702969 Color CSS Codes

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

#702969 Text Font Color

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

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


#702969 Background Color

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

This div background color is #702969


#702969 Border Color

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

This div border color is #702969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702969


Comments

No comments written yet.

Please login to write comment.