Color Hex Logo

#5841ae Color Hex

#5841AE
(88,65,174)
0 Favorites   0 Comments

Color spaces of #5841ae

RGB 8865174
HSL0.700.460.47
HSV253°63°68°
CMYK 0.490.630.00   0.32
XYZ13.55488.911341.0500
Yxy8.91130.21340.1403
Hunter Lab29.851828.8108-60.6350
CIE-Lab35.813037.8974-55.1495

#5841ae color RGB value is (88,65,174).

#5841ae hex color red value is 88, green value is 65 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5841ae hue: 0.70 , saturation: 0.46 and the lightness value of 5841ae is 0.47.

The process color (four color CMYK) of #5841ae color hex is 0.49, 0.63, 0.00, 0.32. Web safe color of #5841ae is #663399. Color #5841ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000001 10101110
Octal 130 101 256
Decimal 88 65 174
Hex 58 41 AE

RGB Percentages of Color #5841ae

%26.91
%19.88
%53.21

CMYK Percentages of Color #5841ae

%49
%63
%0
%32

Triadic Colors of #5841ae

#5841ae #ae5841 #41ae58

Analogous Colors of #5841ae

#5841ae #8f41ae #4160ae

Monochromatic Colors of #5841ae

#5841ae

Complementary Color

#5841ae #97ae41

#5841ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5841ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5841ae Color CSS Codes

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

#5841ae Text Font Color

<p style="color:#5841ae">Text here</p>

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


#5841ae Background Color

<div style="background-color:#5841ae">
Div content here</div>

This div background color is #5841ae


#5841ae Border Color

<div style="border:3px solid #5841ae">
Div here</div>

This div border color is #5841ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,65,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5841ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5841ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5841ae;
  box-shadow:         1px 1px 3px 2px #5841ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,65,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5841ae


Comments

No comments written yet.

Please login to write comment.