Color Hex Logo

#a12ede Color Hex

#A12EDE
(161,46,222)
0 Favorites   0 Comments

Color spaces of #a12ede

RGB 16146222
HSL0.780.730.53
HSV279°79°87°
CMYK 0.270.790.00   0.13
XYZ28.859814.805070.4438
Yxy14.80500.25290.1297
Hunter Lab38.477366.5484-81.6135
CIE-Lab45.365971.5553-67.1746

#a12ede color RGB value is (161,46,222).

#a12ede hex color red value is 161, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a12ede hue: 0.78 , saturation: 0.73 and the lightness value of a12ede is 0.53.

The process color (four color CMYK) of #a12ede color hex is 0.27, 0.79, 0.00, 0.13. Web safe color of #a12ede is #9933cc. Color #a12ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101110 11011110
Octal 241 56 336
Decimal 161 46 222
Hex A1 2E DE

RGB Percentages of Color #a12ede

%37.53
%10.72
%51.75

CMYK Percentages of Color #a12ede

%27
%79
%0
%13

Triadic Colors of #a12ede

#a12ede #dea12e #2edea1

Analogous Colors of #a12ede

#a12ede #de2ec3 #492ede

Monochromatic Colors of #a12ede

#a12ede

Complementary Color

#a12ede #6bde2e

#a12ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12ede Color CSS Codes

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

#a12ede Text Font Color

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

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


#a12ede Background Color

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

This div background color is #a12ede


#a12ede Border Color

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

This div border color is #a12ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12ede


Comments

No comments written yet.

Please login to write comment.