Color Hex Logo

#5818ae Color Hex

#5818AE
(88,24,174)
0 Favorites   0 Comments

Color spaces of #5818ae

RGB 8824174
HSL0.740.760.39
HSV266°86°68°
CMYK 0.490.860.00   0.32
XYZ11.99115.784040.5288
Yxy5.78400.20570.0992
Hunter Lab24.049946.9112-83.0801
CIE-Lab28.860857.4051-66.5218

#5818ae color RGB value is (88,24,174).

#5818ae hex color red value is 88, green value is 24 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5818ae hue: 0.74 , saturation: 0.76 and the lightness value of 5818ae is 0.39.

The process color (four color CMYK) of #5818ae color hex is 0.49, 0.86, 0.00, 0.32. Web safe color of #5818ae is #660099. Color #5818ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011000 10101110
Octal 130 30 256
Decimal 88 24 174
Hex 58 18 AE

RGB Percentages of Color #5818ae

%30.77
%8.39
%60.84

CMYK Percentages of Color #5818ae

%49
%86
%0
%32

Triadic Colors of #5818ae

#5818ae #ae5818 #18ae58

Analogous Colors of #5818ae

#5818ae #a318ae #1823ae

Monochromatic Colors of #5818ae

#5818ae

Complementary Color

#5818ae #6eae18

#5818ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5818ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5818ae Color CSS Codes

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

#5818ae Text Font Color

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

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


#5818ae Background Color

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

This div background color is #5818ae


#5818ae Border Color

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

This div border color is #5818ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,24,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 #5818ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5818ae


Comments

No comments written yet.

Please login to write comment.