Color Hex Logo

#704ffe Color Hex

#704FFE
(112,79,254)
0 Favorites   0 Comments

Color spaces of #704ffe

RGB 11279254
HSL0.700.990.65
HSV251°69°100°
CMYK 0.560.690.00   0.00
XYZ27.367516.192595.4490
Yxy16.19250.19690.1165
Hunter Lab40.239950.9795-112.4679
CIE-Lab47.226057.6424-82.4007

#704ffe color RGB value is (112,79,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 11111110
Octal 160 117 376
Decimal 112 79 254
Hex 70 4F FE

RGB Percentages of Color #704ffe

%25.17
%17.75
%57.08

CMYK Percentages of Color #704ffe

%56
%69
%0
%0

Triadic Colors of #704ffe

#704ffe #fe704f #4ffe70

Analogous Colors of #704ffe

#704ffe #c84ffe #4f86fe

Monochromatic Colors of #704ffe

#704ffe

Complementary Color

#704ffe #ddfe4f

#704ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#704ffe Color CSS Codes

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

#704ffe Text Font Color

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

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


#704ffe Background Color

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

This div background color is #704ffe


#704ffe Border Color

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

This div border color is #704ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704ffe


Comments

No comments written yet.

Please login to write comment.