Color Hex Logo

#4e70fc Color Hex

#4E70FC
(78,112,252)
0 Favorites   0 Comments

Color spaces of #4e70fc

RGB 78112252
HSL0.630.970.65
HSV228°69°99°
CMYK 0.690.560.00   0.01
XYZ26.506720.236394.6044
Yxy20.23630.18750.1432
Hunter Lab44.984826.4555-93.1994
CIE-Lab52.103333.1210-73.4253

#4e70fc color RGB value is (78,112,252).

#4e70fc hex color red value is 78, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4e70fc hue: 0.63 , saturation: 0.97 and the lightness value of 4e70fc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110000 11111100
Octal 116 160 374
Decimal 78 112 252
Hex 4E 70 FC

RGB Percentages of Color #4e70fc

%17.65
%25.34
%57.01

CMYK Percentages of Color #4e70fc

%69
%56
%0
%1

Triadic Colors of #4e70fc

#4e70fc #fc4e70 #70fc4e

Analogous Colors of #4e70fc

#4e70fc #834efc #4ec7fc

Monochromatic Colors of #4e70fc

#4e70fc

Complementary Color

#4e70fc #fcda4e

#4e70fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e70fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e70fc Color CSS Codes

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

#4e70fc Text Font Color

<p style="color:#4e70fc">Text here</p>

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


#4e70fc Background Color

<div style="background-color:#4e70fc">
Div content here</div>

This div background color is #4e70fc


#4e70fc Border Color

<div style="border:3px solid #4e70fc">
Div here</div>

This div border color is #4e70fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e70fc


Comments

No comments written yet.

Please login to write comment.