Color Hex Logo

#702223 Color Hex

#702223
(112,34,35)
0 Favorites   0 Comments

Color spaces of #702223

RGB 1123435
HSL1.000.530.29
HSV359°70°44°
CMYK 0.000.700.69   0.56
XYZ7.55754.71012.1009
Yxy4.71010.52600.3278
Hunter Lab21.702824.17889.4525
CIE-Lab25.892334.435218.5853

#702223 color RGB value is (112,34,35).

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

The process color (four color CMYK) of #702223 color hex is 0.00, 0.70, 0.69, 0.56. Web safe color of #702223 is #663333. Color #702223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100010 00100011
Octal 160 42 43
Decimal 112 34 35
Hex 70 22 23

RGB Percentages of Color #702223

%61.88
%18.78
%19.34

CMYK Percentages of Color #702223

%0
%70
%69
%56

Triadic Colors of #702223

#702223 #237022 #222370

Analogous Colors of #702223

#702223 #704822 #70224a

Monochromatic Colors of #702223

#702223

Complementary Color

#702223 #22706f

#702223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702223 Color CSS Codes

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

#702223 Text Font Color

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

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


#702223 Background Color

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

This div background color is #702223


#702223 Border Color

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

This div border color is #702223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702223


Comments

No comments written yet.

Please login to write comment.