Color Hex Logo

#708abf Color Hex

#708ABF
(112,138,191)
0 Favorites   0 Comments

Color spaces of #708abf

RGB 112138191
HSL0.610.380.59
HSV220°41°75°
CMYK 0.410.280.00   0.25
XYZ25.174525.383352.8628
Yxy25.38330.24340.2454
Hunter Lab50.38181.0236-26.9423
CIE-Lab57.44704.5210-30.5579

#708abf color RGB value is (112,138,191).

#708abf hex color red value is 112, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #708abf hue: 0.61 , saturation: 0.38 and the lightness value of 708abf is 0.59.

The process color (four color CMYK) of #708abf color hex is 0.41, 0.28, 0.00, 0.25. Web safe color of #708abf is #6699cc. Color #708abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001010 10111111
Octal 160 212 277
Decimal 112 138 191
Hex 70 8A BF

RGB Percentages of Color #708abf

%25.40
%31.29
%43.31

CMYK Percentages of Color #708abf

%41
%28
%0
%25

Triadic Colors of #708abf

#708abf #bf708a #8abf70

Analogous Colors of #708abf

#708abf #7e70bf #70b2bf

Monochromatic Colors of #708abf

#708abf

Complementary Color

#708abf #bfa570

#708abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#708abf Color CSS Codes

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

#708abf Text Font Color

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

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


#708abf Background Color

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

This div background color is #708abf


#708abf Border Color

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

This div border color is #708abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,138,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708abf;
  -webkit-box-shadow: 1px 1px 3px 2px #708abf;
  box-shadow:         1px 1px 3px 2px #708abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708abf


Comments

No comments written yet.

Please login to write comment.