Color Hex Logo

#5413ae Color Hex

#5413AE
(84,19,174)
0 Favorites   0 Comments

Color spaces of #5413ae

RGB 8419174
HSL0.740.800.38
HSV265°89°68°
CMYK 0.520.890.00   0.32
XYZ11.52905.406640.4803
Yxy5.40660.20080.0942
Hunter Lab23.252147.8138-86.9433
CIE-Lab27.863158.4420-68.1847

#5413ae color RGB value is (84,19,174).

#5413ae hex color red value is 84, green value is 19 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5413ae hue: 0.74 , saturation: 0.80 and the lightness value of 5413ae is 0.38.

The process color (four color CMYK) of #5413ae color hex is 0.52, 0.89, 0.00, 0.32. Web safe color of #5413ae is #660099. Color #5413ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010011 10101110
Octal 124 23 256
Decimal 84 19 174
Hex 54 13 AE

RGB Percentages of Color #5413ae

%30.32
%6.86
%62.82

CMYK Percentages of Color #5413ae

%52
%89
%0
%32

Triadic Colors of #5413ae

#5413ae #ae5413 #13ae54

Analogous Colors of #5413ae

#5413ae #a213ae #131fae

Monochromatic Colors of #5413ae

#5413ae

Complementary Color

#5413ae #6dae13

#5413ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5413ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5413ae Color CSS Codes

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

#5413ae Text Font Color

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

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


#5413ae Background Color

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

This div background color is #5413ae


#5413ae Border Color

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

This div border color is #5413ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5413ae


Comments

No comments written yet.

Please login to write comment.