Color Hex Logo

#701835 Color Hex

#701835
(112,24,53)
0 Favorites   0 Comments

Color spaces of #701835

RGB 1122453
HSL0.950.650.27
HSV340°79°44°
CMYK 0.000.790.53   0.56
XYZ7.65134.35513.8055
Yxy4.35510.48390.2754
Hunter Lab20.868928.92423.7965
CIE-Lab24.812339.97664.9756

#701835 color RGB value is (112,24,53).

#701835 hex color red value is 112, green value is 24 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #701835 hue: 0.95 , saturation: 0.65 and the lightness value of 701835 is 0.27.

The process color (four color CMYK) of #701835 color hex is 0.00, 0.79, 0.53, 0.56. Web safe color of #701835 is #660033. Color #701835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 00110101
Octal 160 30 65
Decimal 112 24 53
Hex 70 18 35

RGB Percentages of Color #701835

%59.26
%12.70
%28.04

CMYK Percentages of Color #701835

%0
%79
%53
%56

Triadic Colors of #701835

#701835 #357018 #183570

Analogous Colors of #701835

#701835 #702718 #701861

Monochromatic Colors of #701835

#701835

Complementary Color

#701835 #187053

#701835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701835 Color CSS Codes

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

#701835 Text Font Color

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

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


#701835 Background Color

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

This div background color is #701835


#701835 Border Color

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

This div border color is #701835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701835


Comments

No comments written yet.

Please login to write comment.