Color Hex Logo

#a50ede Color Hex

#A50EDE
(165,14,222)
0 Favorites   0 Comments

Color spaces of #a50ede

RGB 16514222
HSL0.790.880.46
HSV284°94°87°
CMYK 0.260.940.00   0.13
XYZ28.858913.587370.2088
Yxy13.58730.25620.1206
Hunter Lab36.861075.2432-87.1266
CIE-Lab43.635279.0121-69.9662

#a50ede color RGB value is (165,14,222).

#a50ede hex color red value is 165, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a50ede hue: 0.79 , saturation: 0.88 and the lightness value of a50ede is 0.46.

The process color (four color CMYK) of #a50ede color hex is 0.26, 0.94, 0.00, 0.13. Web safe color of #a50ede is #9900cc. Color #a50ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001110 11011110
Octal 245 16 336
Decimal 165 14 222
Hex A5 E DE

RGB Percentages of Color #a50ede

%41.15
%3.49
%55.36

CMYK Percentages of Color #a50ede

%26
%94
%0
%13

Triadic Colors of #a50ede

#a50ede #dea50e #0edea5

Analogous Colors of #a50ede

#a50ede #de0eaf #3d0ede

Monochromatic Colors of #a50ede

#a50ede

Complementary Color

#a50ede #47de0e

#a50ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50ede Color CSS Codes

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

#a50ede Text Font Color

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

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


#a50ede Background Color

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

This div background color is #a50ede


#a50ede Border Color

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

This div border color is #a50ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,14,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a50ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50ede


Comments

No comments written yet.

Please login to write comment.