Color Hex Logo

#5935eb Color Hex

#5935EB
(89,53,235)
0 Favorites   0 Comments

Color spaces of #5935eb

RGB 8953235
HSL0.700.820.56
HSV252°77°92°
CMYK 0.620.770.00   0.08
XYZ20.388310.668279.5818
Yxy10.66820.18430.0964
Hunter Lab32.662254.2638-121.5971
CIE-Lab39.015962.1699-85.3006

#5935eb color RGB value is (89,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110101 11101011
Octal 131 65 353
Decimal 89 53 235
Hex 59 35 EB

RGB Percentages of Color #5935eb

%23.61
%14.06
%62.33

CMYK Percentages of Color #5935eb

%62
%77
%0
%8

Triadic Colors of #5935eb

#5935eb #eb5935 #35eb59

Analogous Colors of #5935eb

#5935eb #b435eb #356ceb

Monochromatic Colors of #5935eb

#5935eb

Complementary Color

#5935eb #c7eb35

#5935eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5935eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5935eb Color CSS Codes

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

#5935eb Text Font Color

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

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


#5935eb Background Color

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

This div background color is #5935eb


#5935eb Border Color

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

This div border color is #5935eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5935eb


Comments

No comments written yet.

Please login to write comment.