Color Hex Logo

#702551 Color Hex

#702551
(112,37,81)
0 Favorites   0 Comments

Color spaces of #702551

RGB 1123781
HSL0.900.500.29
HSV325°67°44°
CMYK 0.000.670.28   0.56
XYZ8.82895.36208.3542
Yxy5.36200.39160.2378
Hunter Lab23.156027.5354-5.1814
CIE-Lab27.742237.8995-9.5680

#702551 color RGB value is (112,37,81).

#702551 hex color red value is 112, green value is 37 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #702551 hue: 0.90 , saturation: 0.50 and the lightness value of 702551 is 0.29.

The process color (four color CMYK) of #702551 color hex is 0.00, 0.67, 0.28, 0.56. Web safe color of #702551 is #663366. Color #702551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100101 01010001
Octal 160 45 121
Decimal 112 37 81
Hex 70 25 51

RGB Percentages of Color #702551

%48.70
%16.09
%35.22

CMYK Percentages of Color #702551

%0
%67
%28
%56

Triadic Colors of #702551

#702551 #517025 #255170

Analogous Colors of #702551

#702551 #70252c #6a2570

Monochromatic Colors of #702551

#702551

Complementary Color

#702551 #257044

#702551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702551 Color CSS Codes

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

#702551 Text Font Color

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

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


#702551 Background Color

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

This div background color is #702551


#702551 Border Color

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

This div border color is #702551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702551


Comments

No comments written yet.

Please login to write comment.