Color Hex Logo

#708ceb Color Hex

#708CEB
(112,140,235)
0 Favorites   0 Comments

Color spaces of #708ceb

RGB 112140235
HSL0.630.750.68
HSV226°52°92°
CMYK 0.520.400.00   0.08
XYZ31.055628.199182.4034
Yxy28.19910.21920.1991
Hunter Lab53.102811.4604-54.8325
CIE-Lab60.068216.4993-51.1081

#708ceb color RGB value is (112,140,235).

#708ceb hex color red value is 112, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #708ceb hue: 0.63 , saturation: 0.75 and the lightness value of 708ceb is 0.68.

The process color (four color CMYK) of #708ceb color hex is 0.52, 0.40, 0.00, 0.08. Web safe color of #708ceb is #6699ff. Color #708ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001100 11101011
Octal 160 214 353
Decimal 112 140 235
Hex 70 8C EB

RGB Percentages of Color #708ceb

%23.00
%28.75
%48.25

CMYK Percentages of Color #708ceb

%52
%40
%0
%8

Triadic Colors of #708ceb

#708ceb #eb708c #8ceb70

Analogous Colors of #708ceb

#708ceb #9270eb #70caeb

Monochromatic Colors of #708ceb

#708ceb

Complementary Color

#708ceb #ebcf70

#708ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#708ceb Color CSS Codes

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

#708ceb Text Font Color

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

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


#708ceb Background Color

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

This div background color is #708ceb


#708ceb Border Color

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

This div border color is #708ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708ceb


Comments

No comments written yet.

Please login to write comment.