Color Hex Logo

#708cdd Color Hex

#708CDD
(112,140,221)
0 Favorites   0 Comments

Color spaces of #708cdd

RGB 112140221
HSL0.620.620.65
HSV225°49°87°
CMYK 0.490.370.00   0.13
XYZ29.111327.421472.1651
Yxy27.42140.22620.2131
Hunter Lab52.36547.5932-45.0521
CIE-Lab59.362412.1993-44.4405

#708cdd color RGB value is (112,140,221).

#708cdd hex color red value is 112, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #708cdd hue: 0.62 , saturation: 0.62 and the lightness value of 708cdd is 0.65.

The process color (four color CMYK) of #708cdd color hex is 0.49, 0.37, 0.00, 0.13. Web safe color of #708cdd is #6699cc. Color #708cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10001100 11011101
Octal 160 214 335
Decimal 112 140 221
Hex 70 8C DD

RGB Percentages of Color #708cdd

%23.68
%29.60
%46.72

CMYK Percentages of Color #708cdd

%49
%37
%0
%13

Triadic Colors of #708cdd

#708cdd #dd708c #8cdd70

Analogous Colors of #708cdd

#708cdd #8b70dd #70c3dd

Monochromatic Colors of #708cdd

#708cdd

Complementary Color

#708cdd #ddc170

#708cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#708cdd Color CSS Codes

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

#708cdd Text Font Color

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

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


#708cdd Background Color

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

This div background color is #708cdd


#708cdd Border Color

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

This div border color is #708cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708cdd


Comments

No comments written yet.

Please login to write comment.