Color Hex Logo

#708bfd Color Hex

#708BFD
(112,139,253)
0 Favorites   0 Comments

Color spaces of #708bfd

RGB 112139253
HSL0.630.970.72
HSV229°56°99°
CMYK 0.560.450.00   0.01
XYZ33.644329.001896.7532
Yxy29.00180.21110.1819
Hunter Lab53.853317.2727-68.8234
CIE-Lab60.783222.7319-59.8941

#708bfd color RGB value is (112,139,253).

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

The process color (four color CMYK) of #708bfd color hex is 0.56, 0.45, 0.00, 0.01. Web safe color of #708bfd is #6699ff. Color #708bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001011 11111101
Octal 160 213 375
Decimal 112 139 253
Hex 70 8B FD

RGB Percentages of Color #708bfd

%22.22
%27.58
%50.20

CMYK Percentages of Color #708bfd

%56
%45
%0
%1

Triadic Colors of #708bfd

#708bfd #fd708b #8bfd70

Analogous Colors of #708bfd

#708bfd #9c70fd #70d2fd

Monochromatic Colors of #708bfd

#708bfd

Complementary Color

#708bfd #fde270

#708bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#708bfd Color CSS Codes

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

#708bfd Text Font Color

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

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


#708bfd Background Color

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

This div background color is #708bfd


#708bfd Border Color

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

This div border color is #708bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708bfd


Comments

No comments written yet.

Please login to write comment.