Color Hex Logo

#704ed7 Color Hex

#704ED7
(112,78,215)
0 Favorites   0 Comments

Color spaces of #704ed7

RGB 11278215
HSL0.710.630.57
HSV255°64°84°
CMYK 0.480.640.00   0.16
XYZ21.672213.799865.8114
Yxy13.79980.21400.1362
Hunter Lab37.148139.1278-79.0343
CIE-Lab43.944447.0815-65.7475

#704ed7 color RGB value is (112,78,215).

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

The process color (four color CMYK) of #704ed7 color hex is 0.48, 0.64, 0.00, 0.16. Web safe color of #704ed7 is #6666cc. Color #704ed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11010111
Octal 160 116 327
Decimal 112 78 215
Hex 70 4E D7

RGB Percentages of Color #704ed7

%27.65
%19.26
%53.09

CMYK Percentages of Color #704ed7

%48
%64
%0
%16

Triadic Colors of #704ed7

#704ed7 #d7704e #4ed770

Analogous Colors of #704ed7

#704ed7 #b54ed7 #4e71d7

Monochromatic Colors of #704ed7

#704ed7

Complementary Color

#704ed7 #b5d74e

#704ed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704ed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704ed7 Color CSS Codes

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

#704ed7 Text Font Color

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

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


#704ed7 Background Color

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

This div background color is #704ed7


#704ed7 Border Color

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

This div border color is #704ed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704ed7


Comments

No comments written yet.

Please login to write comment.