Color Hex Logo

#5e52ff Color Hex

#5E52FF
(94,82,255)
0 Favorites   0 Comments

Color spaces of #5e52ff

RGB 9482255
HSL0.681.000.66
HSV244°68°100°
CMYK 0.630.680.00   0.00
XYZ25.683415.634396.2718
Yxy15.63430.18670.1136
Hunter Lab39.540246.7495-116.6800
CIE-Lab46.491053.8944-84.2164

#5e52ff color RGB value is (94,82,255).

#5e52ff hex color red value is 94, green value is 82 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5e52ff hue: 0.68 , saturation: 1.00 and the lightness value of 5e52ff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010010 11111111
Octal 136 122 377
Decimal 94 82 255
Hex 5E 52 FF

RGB Percentages of Color #5e52ff

%21.81
%19.03
%59.16

CMYK Percentages of Color #5e52ff

%63
%68
%0
%0

Triadic Colors of #5e52ff

#5e52ff #ff5e52 #52ff5e

Analogous Colors of #5e52ff

#5e52ff #b552ff #529dff

Monochromatic Colors of #5e52ff

#5e52ff

Complementary Color

#5e52ff #f3ff52

#5e52ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e52ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e52ff Color CSS Codes

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

#5e52ff Text Font Color

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

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


#5e52ff Background Color

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

This div background color is #5e52ff


#5e52ff Border Color

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

This div border color is #5e52ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,82,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e52ff


Comments

No comments written yet.

Please login to write comment.