Color Hex Logo

#5905ea Color Hex

#5905EA
(89,5,234)
0 Favorites   0 Comments

Color spaces of #5905ea

RGB 895234
HSL0.730.960.47
HSV262°98°92°
CMYK 0.620.980.00   0.08
XYZ19.02548.172978.4167
Yxy8.17290.18010.0774
Hunter Lab28.588368.7616-142.6187
CIE-Lab34.340475.4993-92.4783

#5905ea color RGB value is (89,5,234).

#5905ea hex color red value is 89, green value is 5 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5905ea hue: 0.73 , saturation: 0.96 and the lightness value of 5905ea is 0.47.

The process color (four color CMYK) of #5905ea color hex is 0.62, 0.98, 0.00, 0.08. Web safe color of #5905ea is #6600ff. Color #5905ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000101 11101010
Octal 131 5 352
Decimal 89 5 234
Hex 59 5 EA

RGB Percentages of Color #5905ea

%27.13
%1.52
%71.34

CMYK Percentages of Color #5905ea

%62
%98
%0
%8

Triadic Colors of #5905ea

#5905ea #ea5905 #05ea59

Analogous Colors of #5905ea

#5905ea #cc05ea #0523ea

Monochromatic Colors of #5905ea

#5905ea

Complementary Color

#5905ea #96ea05

#5905ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5905ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5905ea Color CSS Codes

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

#5905ea Text Font Color

<p style="color:#5905ea">Text here</p>

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


#5905ea Background Color

<div style="background-color:#5905ea">
Div content here</div>

This div background color is #5905ea


#5905ea Border Color

<div style="border:3px solid #5905ea">
Div here</div>

This div border color is #5905ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,5,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5905ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5905ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5905ea;
  box-shadow:         1px 1px 3px 2px #5905ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,5,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5905ea


Comments

No comments written yet.

Please login to write comment.