Color Hex Logo

#5e51ce Color Hex

#5E51CE
(94,81,206)
0 Favorites   0 Comments

Color spaces of #5e51ce

RGB 9481206
HSL0.680.560.56
HSV246°61°81°
CMYK 0.540.610.00   0.19
XYZ18.699112.720859.8623
Yxy12.72080.20480.1394
Hunter Lab35.666231.1681-74.5461
CIE-Lab42.339539.3386-63.2576

#5e51ce color RGB value is (94,81,206).

#5e51ce hex color red value is 94, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5e51ce hue: 0.68 , saturation: 0.56 and the lightness value of 5e51ce is 0.56.

The process color (four color CMYK) of #5e51ce color hex is 0.54, 0.61, 0.00, 0.19. Web safe color of #5e51ce is #6666cc. Color #5e51ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010001 11001110
Octal 136 121 316
Decimal 94 81 206
Hex 5E 51 CE

RGB Percentages of Color #5e51ce

%24.67
%21.26
%54.07

CMYK Percentages of Color #5e51ce

%54
%61
%0
%19

Triadic Colors of #5e51ce

#5e51ce #ce5e51 #51ce5e

Analogous Colors of #5e51ce

#5e51ce #9d51ce #5183ce

Monochromatic Colors of #5e51ce

#5e51ce

Complementary Color

#5e51ce #c1ce51

#5e51ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e51ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e51ce Color CSS Codes

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

#5e51ce Text Font Color

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

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


#5e51ce Background Color

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

This div background color is #5e51ce


#5e51ce Border Color

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

This div border color is #5e51ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e51ce


Comments

No comments written yet.

Please login to write comment.