Color Hex Logo

#702425 Color Hex

#702425
(112,36,37)
0 Favorites   0 Comments

Color spaces of #702425

RGB 1123637
HSL1.000.510.29
HSV359°68°44°
CMYK 0.000.680.67   0.56
XYZ7.64694.84012.2815
Yxy4.84010.51780.3277
Hunter Lab22.000223.54319.2516
CIE-Lab26.274333.633517.7488

#702425 color RGB value is (112,36,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 00100101
Octal 160 44 45
Decimal 112 36 37
Hex 70 24 25

RGB Percentages of Color #702425

%60.54
%19.46
%20.00

CMYK Percentages of Color #702425

%0
%68
%67
%56

Triadic Colors of #702425

#702425 #257024 #242570

Analogous Colors of #702425

#702425 #704924 #70244b

Monochromatic Colors of #702425

#702425

Complementary Color

#702425 #24706f

#702425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702425 Color CSS Codes

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

#702425 Text Font Color

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

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


#702425 Background Color

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

This div background color is #702425


#702425 Border Color

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

This div border color is #702425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702425


Comments

No comments written yet.

Please login to write comment.