Color Hex Logo

#708bcf Color Hex

#708BCF
(112,139,207)
0 Favorites   0 Comments

Color spaces of #708bcf

RGB 112139207
HSL0.620.500.63
HSV223°46°81°
CMYK 0.460.330.00   0.19
XYZ27.177226.415062.6977
Yxy26.41500.23370.2271
Hunter Lab51.39554.4460-36.3513
CIE-Lab58.42898.5872-38.0643

#708bcf color RGB value is (112,139,207).

#708bcf hex color red value is 112, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #708bcf hue: 0.62 , saturation: 0.50 and the lightness value of 708bcf is 0.63.

The process color (four color CMYK) of #708bcf color hex is 0.46, 0.33, 0.00, 0.19. Web safe color of #708bcf is #6699cc. Color #708bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 11001111
Octal 160 213 317
Decimal 112 139 207
Hex 70 8B CF

RGB Percentages of Color #708bcf

%24.45
%30.35
%45.20

CMYK Percentages of Color #708bcf

%46
%33
%0
%19

Triadic Colors of #708bcf

#708bcf #cf708b #8bcf70

Analogous Colors of #708bcf

#708bcf #8570cf #70bbcf

Monochromatic Colors of #708bcf

#708bcf

Complementary Color

#708bcf #cfb470

#708bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bcf Color CSS Codes

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

#708bcf Text Font Color

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

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


#708bcf Background Color

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

This div background color is #708bcf


#708bcf Border Color

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

This div border color is #708bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bcf


Comments

No comments written yet.

Please login to write comment.