Color Hex Logo

#705088 Color Hex

#705088
(112,80,136)
0 Favorites   0 Comments

Color spaces of #705088

RGB 11280136
HSL0.760.260.42
HSV274°41°53°
CMYK 0.180.410.00   0.47
XYZ13.994710.959624.6704
Yxy10.95960.28200.2208
Hunter Lab33.105317.5236-21.0098
CIE-Lab39.512324.7477-26.2167

#705088 color RGB value is (112,80,136).

#705088 hex color red value is 112, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #705088 hue: 0.76 , saturation: 0.26 and the lightness value of 705088 is 0.42.

The process color (four color CMYK) of #705088 color hex is 0.18, 0.41, 0.00, 0.47. Web safe color of #705088 is #666699. Color #705088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010000 10001000
Octal 160 120 210
Decimal 112 80 136
Hex 70 50 88

RGB Percentages of Color #705088

%34.15
%24.39
%41.46

CMYK Percentages of Color #705088

%18
%41
%0
%47

Triadic Colors of #705088

#705088 #887050 #508870

Analogous Colors of #705088

#705088 #885084 #545088

Monochromatic Colors of #705088

#705088

Complementary Color

#705088 #688850

#705088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705088 Color CSS Codes

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

#705088 Text Font Color

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

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


#705088 Background Color

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

This div background color is #705088


#705088 Border Color

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

This div border color is #705088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705088


Comments

No comments written yet.

Please login to write comment.