Color Hex Logo

#5c19ad Color Hex

#5C19AD
(92,25,173)
0 Favorites   0 Comments

Color spaces of #5c19ad

RGB 9225173
HSL0.740.750.39
HSV267°86°68°
CMYK 0.470.860.00   0.32
XYZ12.30415.987740.0424
Yxy5.98770.21090.1026
Hunter Lab24.469846.9328-79.8934
CIE-Lab29.381457.3244-65.0464

#5c19ad color RGB value is (92,25,173).

#5c19ad hex color red value is 92, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5c19ad hue: 0.74 , saturation: 0.75 and the lightness value of 5c19ad is 0.39.

The process color (four color CMYK) of #5c19ad color hex is 0.47, 0.86, 0.00, 0.32. Web safe color of #5c19ad is #660099. Color #5c19ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00011001 10101101
Octal 134 31 255
Decimal 92 25 173
Hex 5C 19 AD

RGB Percentages of Color #5c19ad

%31.72
%8.62
%59.66

CMYK Percentages of Color #5c19ad

%47
%86
%0
%32

Triadic Colors of #5c19ad

#5c19ad #ad5c19 #19ad5c

Analogous Colors of #5c19ad

#5c19ad #a619ad #1920ad

Monochromatic Colors of #5c19ad

#5c19ad

Complementary Color

#5c19ad #6aad19

#5c19ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c19ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c19ad Color CSS Codes

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

#5c19ad Text Font Color

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

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


#5c19ad Background Color

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

This div background color is #5c19ad


#5c19ad Border Color

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

This div border color is #5c19ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,25,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c19ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c19ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5c19ad;
  box-shadow:         1px 1px 3px 2px #5c19ad; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c19ad


Comments

No comments written yet.

Please login to write comment.