Color Hex Logo

#702756 Color Hex

#702756
(112,39,86)
0 Favorites   0 Comments

Color spaces of #702756

RGB 1123986
HSL0.890.480.30
HSV321°65°44°
CMYK 0.000.650.23   0.56
XYZ9.08735.56779.3998
Yxy5.56770.37780.2315
Hunter Lab23.596027.4511-7.1019
CIE-Lab28.294537.7066-12.0228

#702756 color RGB value is (112,39,86).

#702756 hex color red value is 112, green value is 39 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #702756 hue: 0.89 , saturation: 0.48 and the lightness value of 702756 is 0.30.

The process color (four color CMYK) of #702756 color hex is 0.00, 0.65, 0.23, 0.56. Web safe color of #702756 is #663366. Color #702756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 01010110
Octal 160 47 126
Decimal 112 39 86
Hex 70 27 56

RGB Percentages of Color #702756

%47.26
%16.46
%36.29

CMYK Percentages of Color #702756

%0
%65
%23
%56

Triadic Colors of #702756

#702756 #567027 #275670

Analogous Colors of #702756

#702756 #702732 #662770

Monochromatic Colors of #702756

#702756

Complementary Color

#702756 #277041

#702756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702756 Color CSS Codes

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

#702756 Text Font Color

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

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


#702756 Background Color

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

This div background color is #702756


#702756 Border Color

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

This div border color is #702756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702756


Comments

No comments written yet.

Please login to write comment.