Color Hex Logo

#4e0afd Color Hex

#4E0AFD
(78,10,253)
0 Favorites   0 Comments

Color spaces of #4e0afd

RGB 7810253
HSL0.710.980.52
HSV257°96°99°
CMYK 0.690.960.00   0.01
XYZ20.98008.928693.5461
Yxy8.92860.16990.0723
Hunter Lab29.880873.0378-164.6995
CIE-Lab35.846578.6992-100.7401

#4e0afd color RGB value is (78,10,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001010 11111101
Octal 116 12 375
Decimal 78 10 253
Hex 4E A FD

RGB Percentages of Color #4e0afd

%22.87
%2.93
%74.19

CMYK Percentages of Color #4e0afd

%69
%96
%0
%1

Triadic Colors of #4e0afd

#4e0afd #fd4e0a #0afd4e

Analogous Colors of #4e0afd

#4e0afd #c80afd #0a3ffd

Monochromatic Colors of #4e0afd

#4e0afd

Complementary Color

#4e0afd #b9fd0a

#4e0afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0afd Color CSS Codes

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

#4e0afd Text Font Color

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

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


#4e0afd Background Color

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

This div background color is #4e0afd


#4e0afd Border Color

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

This div border color is #4e0afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0afd

#4e0afd Color Palettes


Comments

No comments written yet.

Please login to write comment.