Color Hex Logo

#704eff Color Hex

#704EFF
(112,78,255)
0 Favorites   0 Comments

Color spaces of #704eff

RGB 11278255
HSL0.701.000.65
HSV252°69°100°
CMYK 0.560.690.00   0.00
XYZ27.456516.113596.2708
Yxy16.11350.19630.1152
Hunter Lab40.141651.8445-114.0948
CIE-Lab47.123058.4439-83.1260

#704eff color RGB value is (112,78,255).

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

The process color (four color CMYK) of #704eff color hex is 0.56, 0.69, 0.00, 0.00. Web safe color of #704eff is #6666ff. Color #704eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11111111
Octal 160 116 377
Decimal 112 78 255
Hex 70 4E FF

RGB Percentages of Color #704eff

%25.17
%17.53
%57.30

CMYK Percentages of Color #704eff

%56
%69
%0
%0

Triadic Colors of #704eff

#704eff #ff704e #4eff70

Analogous Colors of #704eff

#704eff #c94eff #4e85ff

Monochromatic Colors of #704eff

#704eff

Complementary Color

#704eff #ddff4e

#704eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#704eff Color CSS Codes

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

#704eff Text Font Color

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

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


#704eff Background Color

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

This div background color is #704eff


#704eff Border Color

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

This div border color is #704eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704eff

Related Colors


Comments

No comments written yet.

Please login to write comment.