Color Hex Logo

#704efd Color Hex

#704EFD
(112,78,253)
0 Favorites   0 Comments

Color spaces of #704efd

RGB 11278253
HSL0.700.980.65
HSV252°69°99°
CMYK 0.560.690.00   0.01
XYZ27.136115.985494.5838
Yxy15.98540.19710.1161
Hunter Lab39.981751.1821-112.2736
CIE-Lab46.955357.8761-82.2873

#704efd color RGB value is (112,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 11111101
Octal 160 116 375
Decimal 112 78 253
Hex 70 4E FD

RGB Percentages of Color #704efd

%25.28
%17.61
%57.11

CMYK Percentages of Color #704efd

%56
%69
%0
%1

Triadic Colors of #704efd

#704efd #fd704e #4efd70

Analogous Colors of #704efd

#704efd #c84efd #4e84fd

Monochromatic Colors of #704efd

#704efd

Complementary Color

#704efd #dbfd4e

#704efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#704efd Color CSS Codes

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

#704efd Text Font Color

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

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


#704efd Background Color

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

This div background color is #704efd


#704efd Border Color

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

This div border color is #704efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704efd

Related Colors


Comments

No comments written yet.

Please login to write comment.