Color Hex Logo

#704ee3 Color Hex

#704EE3
(112,78,227)
0 Favorites   0 Comments

Color spaces of #704ee3

RGB 11278227
HSL0.700.730.60
HSV254°66°89°
CMYK 0.510.660.00   0.11
XYZ23.271614.439674.2336
Yxy14.43960.20790.1290
Hunter Lab37.999542.8177-89.2259
CIE-Lab44.856950.4853-71.1003

#704ee3 color RGB value is (112,78,227).

#704ee3 hex color red value is 112, green value is 78 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #704ee3 hue: 0.70 , saturation: 0.73 and the lightness value of 704ee3 is 0.60.

The process color (four color CMYK) of #704ee3 color hex is 0.51, 0.66, 0.00, 0.11. Web safe color of #704ee3 is #6666cc. Color #704ee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11100011
Octal 160 116 343
Decimal 112 78 227
Hex 70 4E E3

RGB Percentages of Color #704ee3

%26.86
%18.71
%54.44

CMYK Percentages of Color #704ee3

%51
%66
%0
%11

Triadic Colors of #704ee3

#704ee3 #e3704e #4ee370

Analogous Colors of #704ee3

#704ee3 #bb4ee3 #4e77e3

Monochromatic Colors of #704ee3

#704ee3

Complementary Color

#704ee3 #c1e34e

#704ee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704ee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704ee3 Color CSS Codes

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

#704ee3 Text Font Color

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

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


#704ee3 Background Color

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

This div background color is #704ee3


#704ee3 Border Color

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

This div border color is #704ee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704ee3


Comments

No comments written yet.

Please login to write comment.