Color Hex Logo

#a41ece Color Hex

#A41ECE
(164,30,206)
0 Favorites   0 Comments

Color spaces of #a41ece

RGB 16430206
HSL0.790.750.46
HSV286°85°81°
CMYK 0.200.850.00   0.19
XYZ26.914713.277359.5367
Yxy13.27730.26990.1331
Hunter Lab36.438068.0812-71.3683
CIE-Lab43.178173.2593-61.5141

#a41ece color RGB value is (164,30,206).

#a41ece hex color red value is 164, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a41ece hue: 0.79 , saturation: 0.75 and the lightness value of a41ece is 0.46.

The process color (four color CMYK) of #a41ece color hex is 0.20, 0.85, 0.00, 0.19. Web safe color of #a41ece is #9933cc. Color #a41ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011110 11001110
Octal 244 36 316
Decimal 164 30 206
Hex A4 1E CE

RGB Percentages of Color #a41ece

%41.00
%7.50
%51.50

CMYK Percentages of Color #a41ece

%20
%85
%0
%19

Triadic Colors of #a41ece

#a41ece #cea41e #1ecea4

Analogous Colors of #a41ece

#a41ece #ce1ea0 #4c1ece

Monochromatic Colors of #a41ece

#a41ece

Complementary Color

#a41ece #48ce1e

#a41ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41ece Color CSS Codes

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

#a41ece Text Font Color

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

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


#a41ece Background Color

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

This div background color is #a41ece


#a41ece Border Color

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

This div border color is #a41ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,30,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a41ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a41ece;
  -webkit-box-shadow: 1px 1px 3px 2px #a41ece;
  box-shadow:         1px 1px 3px 2px #a41ece; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,30,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41ece


Comments

No comments written yet.

Please login to write comment.