Color Hex Logo

#702459 Color Hex

#702459
(112,36,89)
0 Favorites   0 Comments

Color spaces of #702459

RGB 1123689
HSL0.880.510.29
HSV318°68°44°
CMYK 0.000.680.21   0.56
XYZ9.11615.427810.0184
Yxy5.42780.37110.2210
Hunter Lab23.297629.0741-9.1874
CIE-Lab27.920439.5606-14.5659

#702459 color RGB value is (112,36,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 01011001
Octal 160 44 131
Decimal 112 36 89
Hex 70 24 59

RGB Percentages of Color #702459

%47.26
%15.19
%37.55

CMYK Percentages of Color #702459

%0
%68
%21
%56

Triadic Colors of #702459

#702459 #597024 #245970

Analogous Colors of #702459

#702459 #702433 #612470

Monochromatic Colors of #702459

#702459

Complementary Color

#702459 #24703b

#702459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702459 Color CSS Codes

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

#702459 Text Font Color

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

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


#702459 Background Color

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

This div background color is #702459


#702459 Border Color

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

This div border color is #702459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702459


Comments

No comments written yet.

Please login to write comment.