Color Hex Logo

#4e2afd Color Hex

#4E2AFD
(78,42,253)
0 Favorites   0 Comments

Color spaces of #4e2afd

RGB 7842253
HSL0.700.980.58
HSV250°83°99°
CMYK 0.690.830.00   0.01
XYZ21.699510.367593.7859
Yxy10.36750.17240.0824
Hunter Lab32.198663.9484-150.1569
CIE-Lab38.494170.7026-96.3375

#4e2afd color RGB value is (78,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101010 11111101
Octal 116 52 375
Decimal 78 42 253
Hex 4E 2A FD

RGB Percentages of Color #4e2afd

%20.91
%11.26
%67.83

CMYK Percentages of Color #4e2afd

%69
%83
%0
%1

Triadic Colors of #4e2afd

#4e2afd #fd4e2a #2afd4e

Analogous Colors of #4e2afd

#4e2afd #b82afd #2a70fd

Monochromatic Colors of #4e2afd

#4e2afd

Complementary Color

#4e2afd #d9fd2a

#4e2afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e2afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e2afd Color CSS Codes

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

#4e2afd Text Font Color

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

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


#4e2afd Background Color

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

This div background color is #4e2afd


#4e2afd Border Color

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

This div border color is #4e2afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e2afd

Related Colors


Comments

No comments written yet.

Please login to write comment.