Color Hex Logo

#5e4dfd Color Hex

#5E4DFD
(94,77,253)
0 Favorites   0 Comments

Color spaces of #5e4dfd

RGB 9477253
HSL0.680.980.65
HSV246°70°99°
CMYK 0.630.700.00   0.01
XYZ24.999614.779394.4636
Yxy14.77930.18620.1101
Hunter Lab38.443948.7998-118.7757
CIE-Lab45.330456.0022-85.0080

#5e4dfd color RGB value is (94,77,253).

#5e4dfd hex color red value is 94, green value is 77 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5e4dfd hue: 0.68 , saturation: 0.98 and the lightness value of 5e4dfd is 0.65.

The process color (four color CMYK) of #5e4dfd color hex is 0.63, 0.70, 0.00, 0.01. Web safe color of #5e4dfd is #6666ff. Color #5e4dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01001101 11111101
Octal 136 115 375
Decimal 94 77 253
Hex 5E 4D FD

RGB Percentages of Color #5e4dfd

%22.17
%18.16
%59.67

CMYK Percentages of Color #5e4dfd

%63
%70
%0
%1

Triadic Colors of #5e4dfd

#5e4dfd #fd5e4d #4dfd5e

Analogous Colors of #5e4dfd

#5e4dfd #b64dfd #4d94fd

Monochromatic Colors of #5e4dfd

#5e4dfd

Complementary Color

#5e4dfd #ecfd4d

#5e4dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e4dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e4dfd Color CSS Codes

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

#5e4dfd Text Font Color

<p style="color:#5e4dfd">Text here</p>

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


#5e4dfd Background Color

<div style="background-color:#5e4dfd">
Div content here</div>

This div background color is #5e4dfd


#5e4dfd Border Color

<div style="border:3px solid #5e4dfd">
Div here</div>

This div border color is #5e4dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,77,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e4dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e4dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #5e4dfd;
  box-shadow:         1px 1px 3px 2px #5e4dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,77,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 #5e4dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e4dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.