Color Hex Logo

#a94edc Color Hex

#A94EDC
(169,78,220)
0 Favorites   0 Comments

Color spaces of #a94edc

RGB 16978220
HSL0.770.670.58
HSV278°65°86°
CMYK 0.230.650.00   0.14
XYZ32.004819.051169.7005
Yxy19.05110.26500.1578
Hunter Lab43.647654.5028-64.1265
CIE-Lab50.746960.1505-57.2865

#a94edc color RGB value is (169,78,220).

#a94edc hex color red value is 169, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a94edc hue: 0.77 , saturation: 0.67 and the lightness value of a94edc is 0.58.

The process color (four color CMYK) of #a94edc color hex is 0.23, 0.65, 0.00, 0.14. Web safe color of #a94edc is #9966cc. Color #a94edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001110 11011100
Octal 251 116 334
Decimal 169 78 220
Hex A9 4E DC

RGB Percentages of Color #a94edc

%36.19
%16.70
%47.11

CMYK Percentages of Color #a94edc

%23
%65
%0
%14

Triadic Colors of #a94edc

#a94edc #dca94e #4edca9

Analogous Colors of #a94edc

#a94edc #dc4ec8 #624edc

Monochromatic Colors of #a94edc

#a94edc

Complementary Color

#a94edc #81dc4e

#a94edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94edc Color CSS Codes

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

#a94edc Text Font Color

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

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


#a94edc Background Color

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

This div background color is #a94edc


#a94edc Border Color

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

This div border color is #a94edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,78,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94edc


Comments

No comments written yet.

Please login to write comment.