Color Hex Logo

#702755 Color Hex

#702755
(112,39,85)
0 Favorites   0 Comments

Color spaces of #702755

RGB 1123985
HSL0.890.480.30
HSV322°65°44°
CMYK 0.000.650.24   0.56
XYZ9.04735.55179.1891
Yxy5.55170.38030.2334
Hunter Lab23.562027.3064-6.6294
CIE-Lab28.252037.5537-11.4306

#702755 color RGB value is (112,39,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 01010101
Octal 160 47 125
Decimal 112 39 85
Hex 70 27 55

RGB Percentages of Color #702755

%47.46
%16.53
%36.02

CMYK Percentages of Color #702755

%0
%65
%24
%56

Triadic Colors of #702755

#702755 #557027 #275570

Analogous Colors of #702755

#702755 #702731 #672770

Monochromatic Colors of #702755

#702755

Complementary Color

#702755 #277042

#702755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702755 Color CSS Codes

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

#702755 Text Font Color

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

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


#702755 Background Color

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

This div background color is #702755


#702755 Border Color

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

This div border color is #702755


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,39,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 #702755">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702755


Comments

No comments written yet.

Please login to write comment.