Color Hex Logo

#4e84fa Color Hex

#4E84FA
(78,132,250)
0 Favorites   0 Comments

Color spaces of #4e84fa

RGB 78132250
HSL0.610.950.64
HSV221°69°98°
CMYK 0.690.470.00   0.02
XYZ28.648525.024493.7627
Yxy25.02440.19430.1697
Hunter Lab50.024414.6826-76.1125
CIE-Lab57.099220.1588-64.2441

#4e84fa color RGB value is (78,132,250).

#4e84fa hex color red value is 78, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4e84fa hue: 0.61 , saturation: 0.95 and the lightness value of 4e84fa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000100 11111010
Octal 116 204 372
Decimal 78 132 250
Hex 4E 84 FA

RGB Percentages of Color #4e84fa

%16.96
%28.70
%54.35

CMYK Percentages of Color #4e84fa

%69
%47
%0
%2

Triadic Colors of #4e84fa

#4e84fa #fa4e84 #84fa4e

Analogous Colors of #4e84fa

#4e84fa #6e4efa #4edafa

Monochromatic Colors of #4e84fa

#4e84fa

Complementary Color

#4e84fa #fac44e

#4e84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e84fa Color CSS Codes

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

#4e84fa Text Font Color

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

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


#4e84fa Background Color

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

This div background color is #4e84fa


#4e84fa Border Color

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

This div border color is #4e84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e84fa


Comments

No comments written yet.

Please login to write comment.