Color Hex Logo

#702655 Color Hex

#702655
(112,38,85)
0 Favorites   0 Comments

Color spaces of #702655

RGB 1123885
HSL0.890.490.29
HSV322°66°44°
CMYK 0.000.660.24   0.56
XYZ9.01495.48689.1783
Yxy5.48680.38070.2317
Hunter Lab23.423927.7054-6.8351
CIE-Lab28.078938.0270-11.6947

#702655 color RGB value is (112,38,85).

#702655 hex color red value is 112, green value is 38 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #702655 hue: 0.89 , saturation: 0.49 and the lightness value of 702655 is 0.29.

The process color (four color CMYK) of #702655 color hex is 0.00, 0.66, 0.24, 0.56. Web safe color of #702655 is #663366. Color #702655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 01010101
Octal 160 46 125
Decimal 112 38 85
Hex 70 26 55

RGB Percentages of Color #702655

%47.66
%16.17
%36.17

CMYK Percentages of Color #702655

%0
%66
%24
%56

Triadic Colors of #702655

#702655 #557026 #265570

Analogous Colors of #702655

#702655 #702630 #662670

Monochromatic Colors of #702655

#702655

Complementary Color

#702655 #267041

#702655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702655 Color CSS Codes

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

#702655 Text Font Color

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

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


#702655 Background Color

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

This div background color is #702655


#702655 Border Color

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

This div border color is #702655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702655


Comments

No comments written yet.

Please login to write comment.