Color Hex Logo

#5a29ce Color Hex

#5A29CE
(90,41,206)
0 Favorites   0 Comments

Color spaces of #5a29ce

RGB 9041206
HSL0.720.670.48
HSV258°80°81°
CMYK 0.560.800.00   0.19
XYZ16.15008.215859.1271
Yxy8.21580.19340.0984
Hunter Lab28.663250.4134-102.2404
CIE-Lab34.428359.5737-76.2240

#5a29ce color RGB value is (90,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 00101001 11001110
Octal 132 51 316
Decimal 90 41 206
Hex 5A 29 CE

RGB Percentages of Color #5a29ce

%26.71
%12.17
%61.13

CMYK Percentages of Color #5a29ce

%56
%80
%0
%19

Triadic Colors of #5a29ce

#5a29ce #ce5a29 #29ce5a

Analogous Colors of #5a29ce

#5a29ce #ad29ce #294ace

Monochromatic Colors of #5a29ce

#5a29ce

Complementary Color

#5a29ce #9dce29

#5a29ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a29ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a29ce Color CSS Codes

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

#5a29ce Text Font Color

<p style="color:#5a29ce">Text here</p>

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


#5a29ce Background Color

<div style="background-color:#5a29ce">
Div content here</div>

This div background color is #5a29ce


#5a29ce Border Color

<div style="border:3px solid #5a29ce">
Div here</div>

This div border color is #5a29ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,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 #5a29ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a29ce


Comments

No comments written yet.

Please login to write comment.