Color Hex Logo

#702148 Color Hex

#702148
(112,33,72)
0 Favorites   0 Comments

Color spaces of #702148

RGB 1123372
HSL0.920.540.28
HSV330°71°44°
CMYK 0.000.710.36   0.56
XYZ8.39565.00036.6536
Yxy5.00030.41870.2494
Hunter Lab22.361427.8857-1.9887
CIE-Lab26.735638.4713-5.0942

#702148 color RGB value is (112,33,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 01001000
Octal 160 41 110
Decimal 112 33 72
Hex 70 21 48

RGB Percentages of Color #702148

%51.61
%15.21
%33.18

CMYK Percentages of Color #702148

%0
%71
%36
%56

Triadic Colors of #702148

#702148 #487021 #214870

Analogous Colors of #702148

#702148 #702121 #702170

Monochromatic Colors of #702148

#702148

Complementary Color

#702148 #217049

#702148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702148 Color CSS Codes

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

#702148 Text Font Color

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

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


#702148 Background Color

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

This div background color is #702148


#702148 Border Color

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

This div border color is #702148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702148

#702148 Color Palettes


Comments

No comments written yet.

Please login to write comment.