Color Hex Logo

#a514ae Color Hex

#A514AE
(165,20,174)
0 Favorites   0 Comments

Color spaces of #a514ae

RGB 16520174
HSL0.820.790.38
HSV296°89°68°
CMYK 0.050.890.00   0.32
XYZ23.407211.555641.0412
Yxy11.55560.30800.1520
Hunter Lab33.993563.4225-47.7868
CIE-Lab40.500969.8674-47.0565

#a514ae color RGB value is (165,20,174).

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

The process color (four color CMYK) of #a514ae color hex is 0.05, 0.89, 0.00, 0.32. Web safe color of #a514ae is #990099. Color #a514ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 10101110
Octal 245 24 256
Decimal 165 20 174
Hex A5 14 AE

RGB Percentages of Color #a514ae

%45.96
%5.57
%48.47

CMYK Percentages of Color #a514ae

%5
%89
%0
%32

Triadic Colors of #a514ae

#a514ae #aea514 #14aea5

Analogous Colors of #a514ae

#a514ae #ae146a #5814ae

Monochromatic Colors of #a514ae

#a514ae

Complementary Color

#a514ae #1dae14

#a514ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a514ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a514ae Color CSS Codes

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

#a514ae Text Font Color

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

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


#a514ae Background Color

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

This div background color is #a514ae


#a514ae Border Color

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

This div border color is #a514ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a514ae


Comments

No comments written yet.

Please login to write comment.