Color Hex Logo

#704ecf Color Hex

#704ECF
(112,78,207)
0 Favorites   0 Comments

Color spaces of #704ecf

RGB 11278207
HSL0.710.570.56
HSV256°62°81°
CMYK 0.460.620.00   0.19
XYZ20.669013.398560.5283
Yxy13.39850.21850.1416
Hunter Lab36.604036.7359-72.4192
CIE-Lab43.357744.8228-62.1075

#704ecf color RGB value is (112,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11001111
Octal 160 116 317
Decimal 112 78 207
Hex 70 4E CF

RGB Percentages of Color #704ecf

%28.21
%19.65
%52.14

CMYK Percentages of Color #704ecf

%46
%62
%0
%19

Triadic Colors of #704ecf

#704ecf #cf704e #4ecf70

Analogous Colors of #704ecf

#704ecf #b14ecf #4e6dcf

Monochromatic Colors of #704ecf

#704ecf

Complementary Color

#704ecf #adcf4e

#704ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#704ecf Color CSS Codes

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

#704ecf Text Font Color

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

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


#704ecf Background Color

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

This div background color is #704ecf


#704ecf Border Color

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

This div border color is #704ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704ecf


Comments

No comments written yet.

Please login to write comment.