Color Hex Logo

#5929e1 Color Hex

#5929E1
(89,41,225)
0 Favorites   0 Comments

Color spaces of #5929e1

RGB 8941225
HSL0.710.750.52
HSV256°82°88°
CMYK 0.600.820.00   0.12
XYZ18.50349.146072.0243
Yxy9.14600.18560.0918
Hunter Lab30.242456.2888-120.0337
CIE-Lab36.263964.5086-84.1520

#5929e1 color RGB value is (89,41,225).

#5929e1 hex color red value is 89, green value is 41 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5929e1 hue: 0.71 , saturation: 0.75 and the lightness value of 5929e1 is 0.52.

The process color (four color CMYK) of #5929e1 color hex is 0.60, 0.82, 0.00, 0.12. Web safe color of #5929e1 is #6633cc. Color #5929e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101001 11100001
Octal 131 51 341
Decimal 89 41 225
Hex 59 29 E1

RGB Percentages of Color #5929e1

%25.07
%11.55
%63.38

CMYK Percentages of Color #5929e1

%60
%82
%0
%12

Triadic Colors of #5929e1

#5929e1 #e15929 #29e159

Analogous Colors of #5929e1

#5929e1 #b529e1 #2955e1

Monochromatic Colors of #5929e1

#5929e1

Complementary Color

#5929e1 #b1e129

#5929e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5929e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5929e1 Color CSS Codes

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

#5929e1 Text Font Color

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

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


#5929e1 Background Color

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

This div background color is #5929e1


#5929e1 Border Color

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

This div border color is #5929e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5929e1


Comments

No comments written yet.

Please login to write comment.