Color Hex Logo

#5929ce Color Hex

#5929CE
(89,41,206)
0 Favorites   0 Comments

Color spaces of #5929ce

RGB 8941206
HSL0.720.670.48
HSV257°80°81°
CMYK 0.570.800.00   0.19
XYZ16.05338.166059.1226
Yxy8.16600.19260.0980
Hunter Lab28.576250.2678-102.6644
CIE-Lab34.326259.4600-76.3959

#5929ce color RGB value is (89,41,206).

#5929ce hex color red value is 89, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5929ce hue: 0.72 , saturation: 0.67 and the lightness value of 5929ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101001 11001110
Octal 131 51 316
Decimal 89 41 206
Hex 59 29 CE

RGB Percentages of Color #5929ce

%26.49
%12.20
%61.31

CMYK Percentages of Color #5929ce

%57
%80
%0
%19

Triadic Colors of #5929ce

#5929ce #ce5929 #29ce59

Analogous Colors of #5929ce

#5929ce #ac29ce #294cce

Monochromatic Colors of #5929ce

#5929ce

Complementary Color

#5929ce #9ece29

#5929ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5929ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5929ce Color CSS Codes

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

#5929ce Text Font Color

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

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


#5929ce Background Color

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

This div background color is #5929ce


#5929ce Border Color

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

This div border color is #5929ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5929ce


Comments

No comments written yet.

Please login to write comment.