Color Hex Logo

#4e3afd Color Hex

#4E3AFD
(78,58,253)
0 Favorites   0 Comments

Color spaces of #4e3afd

RGB 7858253
HSL0.680.980.61
HSV246°77°99°
CMYK 0.690.770.00   0.01
XYZ22.384611.737794.0143
Yxy11.73770.17470.0916
Hunter Lab34.260356.6706-138.7164
CIE-Lab40.796263.9627-92.5228

#4e3afd color RGB value is (78,58,253).

#4e3afd hex color red value is 78, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4e3afd hue: 0.68 , saturation: 0.98 and the lightness value of 4e3afd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111010 11111101
Octal 116 72 375
Decimal 78 58 253
Hex 4E 3A FD

RGB Percentages of Color #4e3afd

%20.05
%14.91
%65.04

CMYK Percentages of Color #4e3afd

%69
%77
%0
%1

Triadic Colors of #4e3afd

#4e3afd #fd4e3a #3afd4e

Analogous Colors of #4e3afd

#4e3afd #b03afd #3a88fd

Monochromatic Colors of #4e3afd

#4e3afd

Complementary Color

#4e3afd #e9fd3a

#4e3afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e3afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e3afd Color CSS Codes

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

#4e3afd Text Font Color

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

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


#4e3afd Background Color

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

This div background color is #4e3afd


#4e3afd Border Color

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

This div border color is #4e3afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e3afd

Related Colors


Comments

No comments written yet.

Please login to write comment.