Color Hex Logo

#4e8cfc Color Hex

#4E8CFC
(78,140,252)
0 Favorites   0 Comments

Color spaces of #4e8cfc

RGB 78140252
HSL0.610.970.65
HSV219°69°99°
CMYK 0.690.440.00   0.01
XYZ30.090727.404195.7990
Yxy27.40410.19630.1788
Hunter Lab52.348910.9930-71.8570
CIE-Lab59.346516.0057-61.7370

#4e8cfc color RGB value is (78,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001100 11111100
Octal 116 214 374
Decimal 78 140 252
Hex 4E 8C FC

RGB Percentages of Color #4e8cfc

%16.60
%29.79
%53.62

CMYK Percentages of Color #4e8cfc

%69
%44
%0
%1

Triadic Colors of #4e8cfc

#4e8cfc #fc4e8c #8cfc4e

Analogous Colors of #4e8cfc

#4e8cfc #674efc #4ee3fc

Monochromatic Colors of #4e8cfc

#4e8cfc

Complementary Color

#4e8cfc #fcbe4e

#4e8cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8cfc Color CSS Codes

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

#4e8cfc Text Font Color

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

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


#4e8cfc Background Color

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

This div background color is #4e8cfc


#4e8cfc Border Color

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

This div border color is #4e8cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,140,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 #4e8cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8cfc


Comments

No comments written yet.

Please login to write comment.