Color Hex Logo

#a50cae Color Hex

#A50CAE
(165,12,174)
0 Favorites   0 Comments

Color spaces of #a50cae

RGB 16512174
HSL0.820.870.36
HSV297°93°68°
CMYK 0.050.930.00   0.32
XYZ23.288511.318341.0016
Yxy11.31830.30800.1497
Hunter Lab33.642764.6885-48.7091
CIE-Lab40.111571.0153-47.6815

#a50cae color RGB value is (165,12,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001100 10101110
Octal 245 14 256
Decimal 165 12 174
Hex A5 C AE

RGB Percentages of Color #a50cae

%47.01
%3.42
%49.57

CMYK Percentages of Color #a50cae

%5
%93
%0
%32

Triadic Colors of #a50cae

#a50cae #aea50c #0caea5

Analogous Colors of #a50cae

#a50cae #ae0c66 #540cae

Monochromatic Colors of #a50cae

#a50cae

Complementary Color

#a50cae #15ae0c

#a50cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50cae Color CSS Codes

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

#a50cae Text Font Color

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

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


#a50cae Background Color

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

This div background color is #a50cae


#a50cae Border Color

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

This div border color is #a50cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50cae


Comments

No comments written yet.

Please login to write comment.