Color Hex Logo

#5e5ace Color Hex

#5E5ACE
(94,90,206)
0 Favorites   0 Comments

Color spaces of #5e5ace

RGB 9490206
HSL0.670.540.58
HSV242°56°81°
CMYK 0.540.560.00   0.19
XYZ19.412814.148260.1002
Yxy14.14820.20730.1511
Hunter Lab37.614126.3000-68.4043
CIE-Lab44.444733.9181-59.8447

#5e5ace color RGB value is (94,90,206).

#5e5ace hex color red value is 94, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5e5ace hue: 0.67 , saturation: 0.54 and the lightness value of 5e5ace is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011010 11001110
Octal 136 132 316
Decimal 94 90 206
Hex 5E 5A CE

RGB Percentages of Color #5e5ace

%24.10
%23.08
%52.82

CMYK Percentages of Color #5e5ace

%54
%56
%0
%19

Triadic Colors of #5e5ace

#5e5ace #ce5e5a #5ace5e

Analogous Colors of #5e5ace

#5e5ace #985ace #5a90ce

Monochromatic Colors of #5e5ace

#5e5ace

Complementary Color

#5e5ace #cace5a

#5e5ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5ace Color CSS Codes

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

#5e5ace Text Font Color

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

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


#5e5ace Background Color

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

This div background color is #5e5ace


#5e5ace Border Color

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

This div border color is #5e5ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5ace


Comments

No comments written yet.

Please login to write comment.