Color Hex Logo

#704ecd Color Hex

#704ECD
(112,78,205)
0 Favorites   0 Comments

Color spaces of #704ecd

RGB 11278205
HSL0.710.560.55
HSV256°62°80°
CMYK 0.450.620.00   0.20
XYZ20.425913.301359.2485
Yxy13.30130.21970.1431
Hunter Lab36.470936.1465-70.7893
CIE-Lab43.213844.2596-61.1883

#704ecd color RGB value is (112,78,205).

#704ecd hex color red value is 112, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #704ecd hue: 0.71 , saturation: 0.56 and the lightness value of 704ecd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11001101
Octal 160 116 315
Decimal 112 78 205
Hex 70 4E CD

RGB Percentages of Color #704ecd

%28.35
%19.75
%51.90

CMYK Percentages of Color #704ecd

%45
%62
%0
%20

Triadic Colors of #704ecd

#704ecd #cd704e #4ecd70

Analogous Colors of #704ecd

#704ecd #b04ecd #4e6ccd

Monochromatic Colors of #704ecd

#704ecd

Complementary Color

#704ecd #abcd4e

#704ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#704ecd Color CSS Codes

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

#704ecd Text Font Color

<p style="color:#704ecd">Text here</p>

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


#704ecd Background Color

<div style="background-color:#704ecd">
Div content here</div>

This div background color is #704ecd


#704ecd Border Color

<div style="border:3px solid #704ecd">
Div here</div>

This div border color is #704ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,78,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 #704ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704ecd


Comments

No comments written yet.

Please login to write comment.