Color Hex Logo

#5935ce Color Hex

#5935CE
(89,53,206)
0 Favorites   0 Comments

Color spaces of #5935ce

RGB 8953206
HSL0.710.610.51
HSV254°74°81°
CMYK 0.570.740.00   0.19
XYZ16.53359.126359.2827
Yxy9.12630.19460.1074
Hunter Lab30.209844.8242-95.2020
CIE-Lab36.226353.9987-73.2670

#5935ce color RGB value is (89,53,206).

#5935ce hex color red value is 89, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5935ce hue: 0.71 , saturation: 0.61 and the lightness value of 5935ce is 0.51.

The process color (four color CMYK) of #5935ce color hex is 0.57, 0.74, 0.00, 0.19. Web safe color of #5935ce is #6633cc. Color #5935ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110101 11001110
Octal 131 65 316
Decimal 89 53 206
Hex 59 35 CE

RGB Percentages of Color #5935ce

%25.57
%15.23
%59.20

CMYK Percentages of Color #5935ce

%57
%74
%0
%19

Triadic Colors of #5935ce

#5935ce #ce5935 #35ce59

Analogous Colors of #5935ce

#5935ce #a635ce #355ece

Monochromatic Colors of #5935ce

#5935ce

Complementary Color

#5935ce #aace35

#5935ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5935ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5935ce Color CSS Codes

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

#5935ce Text Font Color

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

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


#5935ce Background Color

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

This div background color is #5935ce


#5935ce Border Color

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

This div border color is #5935ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5935ce


Comments

No comments written yet.

Please login to write comment.