Color Hex Logo

#708498 Color Hex

#708498
(112,132,152)
0 Favorites   0 Comments

Color spaces of #708498

RGB 112132152
HSL0.580.160.52
HSV210°26°60°
CMYK 0.260.130.00   0.40
XYZ20.600922.214332.9078
Yxy22.21430.27210.2934
Hunter Lab47.1320-4.4607-8.4041
CIE-Lab54.2536-2.4732-13.0907

#708498 color RGB value is (112,132,152).

#708498 hex color red value is 112, green value is 132 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #708498 hue: 0.58 , saturation: 0.16 and the lightness value of 708498 is 0.52.

The process color (four color CMYK) of #708498 color hex is 0.26, 0.13, 0.00, 0.40. Web safe color of #708498 is #669999. Color #708498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000100 10011000
Octal 160 204 230
Decimal 112 132 152
Hex 70 84 98

RGB Percentages of Color #708498

%28.28
%33.33
%38.38

CMYK Percentages of Color #708498

%26
%13
%0
%40

Triadic Colors of #708498

#708498 #987084 #849870

Analogous Colors of #708498

#708498 #707098 #709898

Monochromatic Colors of #708498

#708498

Complementary Color

#708498 #988470

#708498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708498 Color CSS Codes

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

#708498 Text Font Color

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

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


#708498 Background Color

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

This div background color is #708498


#708498 Border Color

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

This div border color is #708498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708498


Comments

No comments written yet.

Please login to write comment.