Color Hex Logo

#5514ae Color Hex

#5514AE
(85,20,174)
0 Favorites   0 Comments

Color spaces of #5514ae

RGB 8520174
HSL0.740.790.38
HSV265°89°68°
CMYK 0.510.890.00   0.32
XYZ11.63645.487640.4903
Yxy5.48760.20200.0952
Hunter Lab23.425647.6729-86.0826
CIE-Lab28.081158.2687-67.8207

#5514ae color RGB value is (85,20,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010100 10101110
Octal 125 24 256
Decimal 85 20 174
Hex 55 14 AE

RGB Percentages of Color #5514ae

%30.47
%7.17
%62.37

CMYK Percentages of Color #5514ae

%51
%89
%0
%32

Triadic Colors of #5514ae

#5514ae #ae5514 #14ae55

Analogous Colors of #5514ae

#5514ae #a214ae #1420ae

Monochromatic Colors of #5514ae

#5514ae

Complementary Color

#5514ae #6dae14

#5514ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5514ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5514ae Color CSS Codes

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

#5514ae Text Font Color

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

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


#5514ae Background Color

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

This div background color is #5514ae


#5514ae Border Color

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

This div border color is #5514ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5514ae


Comments

No comments written yet.

Please login to write comment.