Color Hex Logo

#5f18ac Color Hex

#5F18AC
(95,24,172)
0 Favorites   0 Comments

Color spaces of #5f18ac

RGB 9524172
HSL0.750.760.38
HSV269°86°67°
CMYK 0.450.860.00   0.33
XYZ12.49236.064739.5419
Yxy6.06470.21500.1044
Hunter Lab24.626647.4508-77.9608
CIE-Lab29.575157.7726-64.1130

#5f18ac color RGB value is (95,24,172).

#5f18ac hex color red value is 95, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5f18ac hue: 0.75 , saturation: 0.76 and the lightness value of 5f18ac is 0.38.

The process color (four color CMYK) of #5f18ac color hex is 0.45, 0.86, 0.00, 0.33. Web safe color of #5f18ac is #660099. Color #5f18ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00011000 10101100
Octal 137 30 254
Decimal 95 24 172
Hex 5F 18 AC

RGB Percentages of Color #5f18ac

%32.65
%8.25
%59.11

CMYK Percentages of Color #5f18ac

%45
%86
%0
%33

Triadic Colors of #5f18ac

#5f18ac #ac5f18 #18ac5f

Analogous Colors of #5f18ac

#5f18ac #a918ac #181bac

Monochromatic Colors of #5f18ac

#5f18ac

Complementary Color

#5f18ac #65ac18

#5f18ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f18ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f18ac Color CSS Codes

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

#5f18ac Text Font Color

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

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


#5f18ac Background Color

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

This div background color is #5f18ac


#5f18ac Border Color

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

This div border color is #5f18ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,24,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f18ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f18ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5f18ac;
  box-shadow:         1px 1px 3px 2px #5f18ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,24,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f18ac


Comments

No comments written yet.

Please login to write comment.