Color Hex Logo

#702439 Color Hex

#702439
(112,36,57)
0 Favorites   0 Comments

Color spaces of #702439

RGB 1123657
HSL0.950.510.29
HSV343°68°44°
CMYK 0.000.680.49   0.56
XYZ8.05155.00194.4120
Yxy5.00190.46100.2864
Hunter Lab22.364925.12243.9591
CIE-Lab26.740235.36694.9955

#702439 color RGB value is (112,36,57).

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

The process color (four color CMYK) of #702439 color hex is 0.00, 0.68, 0.49, 0.56. Web safe color of #702439 is #663333. Color #702439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 00111001
Octal 160 44 71
Decimal 112 36 57
Hex 70 24 39

RGB Percentages of Color #702439

%54.63
%17.56
%27.80

CMYK Percentages of Color #702439

%0
%68
%49
%56

Triadic Colors of #702439

#702439 #397024 #243970

Analogous Colors of #702439

#702439 #703524 #70245f

Monochromatic Colors of #702439

#702439

Complementary Color

#702439 #24705b

#702439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702439 Color CSS Codes

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

#702439 Text Font Color

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

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


#702439 Background Color

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

This div background color is #702439


#702439 Border Color

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

This div border color is #702439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702439


Comments

No comments written yet.

Please login to write comment.