Color Hex Logo

#5e0acc Color Hex

#5E0ACC
(94,10,204)
0 Favorites   0 Comments

Color spaces of #5e0acc

RGB 9410204
HSL0.740.910.42
HSV266°95°80°
CMYK 0.540.950.00   0.20
XYZ15.62376.956457.6460
Yxy6.95640.19470.0867
Hunter Lab26.375059.5815-111.1236
CIE-Lab31.707468.2601-79.5413

#5e0acc color RGB value is (94,10,204).

#5e0acc hex color red value is 94, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5e0acc hue: 0.74 , saturation: 0.91 and the lightness value of 5e0acc is 0.42.

The process color (four color CMYK) of #5e0acc color hex is 0.54, 0.95, 0.00, 0.20. Web safe color of #5e0acc is #6600cc. Color #5e0acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00001010 11001100
Octal 136 12 314
Decimal 94 10 204
Hex 5E A CC

RGB Percentages of Color #5e0acc

%30.52
%3.25
%66.23

CMYK Percentages of Color #5e0acc

%54
%95
%0
%20

Triadic Colors of #5e0acc

#5e0acc #cc5e0a #0acc5e

Analogous Colors of #5e0acc

#5e0acc #bf0acc #0a17cc

Monochromatic Colors of #5e0acc

#5e0acc

Complementary Color

#5e0acc #78cc0a

#5e0acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e0acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e0acc Color CSS Codes

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

#5e0acc Text Font Color

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

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


#5e0acc Background Color

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

This div background color is #5e0acc


#5e0acc Border Color

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

This div border color is #5e0acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e0acc


Comments

No comments written yet.

Please login to write comment.