Color Hex Logo

#702232 Color Hex

#702232
(112,34,50)
0 Favorites   0 Comments

Color spaces of #702232

RGB 1123450
HSL0.970.530.29
HSV348°70°44°
CMYK 0.000.700.55   0.56
XYZ7.82984.81913.5351
Yxy4.81910.48380.2978
Hunter Lab21.952425.24905.8190
CIE-Lab26.213035.60488.9777

#702232 color RGB value is (112,34,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100010 00110010
Octal 160 42 62
Decimal 112 34 50
Hex 70 22 32

RGB Percentages of Color #702232

%57.14
%17.35
%25.51

CMYK Percentages of Color #702232

%0
%70
%55
%56

Triadic Colors of #702232

#702232 #327022 #223270

Analogous Colors of #702232

#702232 #703922 #702259

Monochromatic Colors of #702232

#702232

Complementary Color

#702232 #227060

#702232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702232 Color CSS Codes

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

#702232 Text Font Color

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

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


#702232 Background Color

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

This div background color is #702232


#702232 Border Color

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

This div border color is #702232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702232


Comments

No comments written yet.

Please login to write comment.