Color Hex Logo

#702128 Color Hex

#702128
(112,33,40)
0 Favorites   0 Comments

Color spaces of #702128

RGB 1123340
HSL0.990.540.28
HSV355°71°44°
CMYK 0.000.710.64   0.56
XYZ7.60904.68572.5109
Yxy4.68570.51390.3165
Hunter Lab21.646524.86368.2751
CIE-Lab25.819935.234815.1761

#702128 color RGB value is (112,33,40).

#702128 hex color red value is 112, green value is 33 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #702128 hue: 0.99 , saturation: 0.54 and the lightness value of 702128 is 0.28.

The process color (four color CMYK) of #702128 color hex is 0.00, 0.71, 0.64, 0.56. Web safe color of #702128 is #663333. Color #702128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 00101000
Octal 160 41 50
Decimal 112 33 40
Hex 70 21 28

RGB Percentages of Color #702128

%60.54
%17.84
%21.62

CMYK Percentages of Color #702128

%0
%71
%64
%56

Triadic Colors of #702128

#702128 #287021 #212870

Analogous Colors of #702128

#702128 #704221 #702150

Monochromatic Colors of #702128

#702128

Complementary Color

#702128 #217069

#702128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702128 Color CSS Codes

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

#702128 Text Font Color

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

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


#702128 Background Color

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

This div background color is #702128


#702128 Border Color

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

This div border color is #702128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702128


Comments

No comments written yet.

Please login to write comment.