Color Hex Logo

#5935ea Color Hex

#5935EA
(89,53,234)
0 Favorites   0 Comments

Color spaces of #5935ea

RGB 8953234
HSL0.700.810.56
HSV252°77°92°
CMYK 0.620.770.00   0.08
XYZ20.244210.610678.8230
Yxy10.61060.18460.0967
Hunter Lab32.573953.9307-120.6694
CIE-Lab38.916761.8906-84.8972

#5935ea color RGB value is (89,53,234).

#5935ea hex color red value is 89, green value is 53 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5935ea hue: 0.70 , saturation: 0.81 and the lightness value of 5935ea is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110101 11101010
Octal 131 65 352
Decimal 89 53 234
Hex 59 35 EA

RGB Percentages of Color #5935ea

%23.67
%14.10
%62.23

CMYK Percentages of Color #5935ea

%62
%77
%0
%8

Triadic Colors of #5935ea

#5935ea #ea5935 #35ea59

Analogous Colors of #5935ea

#5935ea #b435ea #356cea

Monochromatic Colors of #5935ea

#5935ea

Complementary Color

#5935ea #c6ea35

#5935ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5935ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5935ea Color CSS Codes

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

#5935ea Text Font Color

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

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


#5935ea Background Color

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

This div background color is #5935ea


#5935ea Border Color

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

This div border color is #5935ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,53,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 #5935ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5935ea


Comments

No comments written yet.

Please login to write comment.