Color Hex Logo

#a64ede Color Hex

#A64EDE
(166,78,222)
0 Favorites   0 Comments

Color spaces of #a64ede

RGB 16678222
HSL0.770.690.59
HSV277°65°87°
CMYK 0.250.650.00   0.13
XYZ31.635118.829771.0744
Yxy18.82970.26030.1549
Hunter Lab43.393254.1944-66.7368
CIE-Lab50.487459.9248-58.8592

#a64ede color RGB value is (166,78,222).

#a64ede hex color red value is 166, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a64ede hue: 0.77 , saturation: 0.69 and the lightness value of a64ede is 0.59.

The process color (four color CMYK) of #a64ede color hex is 0.25, 0.65, 0.00, 0.13. Web safe color of #a64ede is #9966cc. Color #a64ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 11011110
Octal 246 116 336
Decimal 166 78 222
Hex A6 4E DE

RGB Percentages of Color #a64ede

%35.62
%16.74
%47.64

CMYK Percentages of Color #a64ede

%25
%65
%0
%13

Triadic Colors of #a64ede

#a64ede #dea64e #4edea6

Analogous Colors of #a64ede

#a64ede #de4ece #5e4ede

Monochromatic Colors of #a64ede

#a64ede

Complementary Color

#a64ede #86de4e

#a64ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64ede Color CSS Codes

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

#a64ede Text Font Color

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

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


#a64ede Background Color

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

This div background color is #a64ede


#a64ede Border Color

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

This div border color is #a64ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64ede


Comments

No comments written yet.

Please login to write comment.