Color Hex Logo

#707acd Color Hex

#707ACD
(112,122,205)
0 Favorites   0 Comments

Color spaces of #707acd

RGB 112122205
HSL0.650.480.62
HSV234°45°80°
CMYK 0.450.400.00   0.20
XYZ24.661121.771660.6602
Yxy21.77160.23030.2033
Hunter Lab46.660012.6870-44.4177
CIE-Lab53.783818.1127-44.2508

#707acd color RGB value is (112,122,205).

#707acd hex color red value is 112, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #707acd hue: 0.65 , saturation: 0.48 and the lightness value of 707acd is 0.62.

The process color (four color CMYK) of #707acd color hex is 0.45, 0.40, 0.00, 0.20. Web safe color of #707acd is #6666cc. Color #707acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111010 11001101
Octal 160 172 315
Decimal 112 122 205
Hex 70 7A CD

RGB Percentages of Color #707acd

%25.51
%27.79
%46.70

CMYK Percentages of Color #707acd

%45
%40
%0
%20

Triadic Colors of #707acd

#707acd #cd707a #7acd70

Analogous Colors of #707acd

#707acd #9570cd #70a9cd

Monochromatic Colors of #707acd

#707acd

Complementary Color

#707acd #cdc370

#707acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#707acd Color CSS Codes

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

#707acd Text Font Color

<p style="color:#707acd">Text here</p>

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


#707acd Background Color

<div style="background-color:#707acd">
Div content here</div>

This div background color is #707acd


#707acd Border Color

<div style="border:3px solid #707acd">
Div here</div>

This div border color is #707acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,122,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707acd;
  -webkit-box-shadow: 1px 1px 3px 2px #707acd;
  box-shadow:         1px 1px 3px 2px #707acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707acd


Comments

No comments written yet.

Please login to write comment.