Color Hex Logo

#5840ad Color Hex

#5840AD
(88,64,173)
0 Favorites   0 Comments

Color spaces of #5840ad

RGB 8864173
HSL0.700.460.46
HSV253°63°68°
CMYK 0.490.630.00   0.32
XYZ13.40078.758640.5195
Yxy8.75860.21380.1397
Hunter Lab29.594929.0344-60.4596
CIE-Lab35.515338.1867-55.0376

#5840ad color RGB value is (88,64,173).

#5840ad hex color red value is 88, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5840ad hue: 0.70 , saturation: 0.46 and the lightness value of 5840ad is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 10101101
Octal 130 100 255
Decimal 88 64 173
Hex 58 40 AD

RGB Percentages of Color #5840ad

%27.08
%19.69
%53.23

CMYK Percentages of Color #5840ad

%49
%63
%0
%32

Triadic Colors of #5840ad

#5840ad #ad5840 #40ad58

Analogous Colors of #5840ad

#5840ad #8f40ad #405ead

Monochromatic Colors of #5840ad

#5840ad

Complementary Color

#5840ad #95ad40

#5840ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5840ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5840ad Color CSS Codes

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

#5840ad Text Font Color

<p style="color:#5840ad">Text here</p>

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


#5840ad Background Color

<div style="background-color:#5840ad">
Div content here</div>

This div background color is #5840ad


#5840ad Border Color

<div style="border:3px solid #5840ad">
Div here</div>

This div border color is #5840ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,64,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5840ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5840ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5840ad;
  box-shadow:         1px 1px 3px 2px #5840ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5840ad


Comments

No comments written yet.

Please login to write comment.