Color Hex Logo

#a61494 Color Hex

#A61494
(166,20,148)
0 Favorites   0 Comments

Color spaces of #a61494

RGB 16620148
HSL0.850.780.36
HSV307°88°65°
CMYK 0.000.880.11   0.35
XYZ21.321310.745428.9673
Yxy10.74540.34930.1761
Hunter Lab32.780258.7369-29.4475
CIE-Lab39.148366.0969-33.5478

#a61494 color RGB value is (166,20,148).

#a61494 hex color red value is 166, green value is 20 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a61494 hue: 0.85 , saturation: 0.78 and the lightness value of a61494 is 0.36.

The process color (four color CMYK) of #a61494 color hex is 0.00, 0.88, 0.11, 0.35. Web safe color of #a61494 is #990099. Color #a61494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 10010100
Octal 246 24 224
Decimal 166 20 148
Hex A6 14 94

RGB Percentages of Color #a61494

%49.70
%5.99
%44.31

CMYK Percentages of Color #a61494

%0
%88
%11
%35

Triadic Colors of #a61494

#a61494 #94a614 #1494a6

Analogous Colors of #a61494

#a61494 #a6144b #6f14a6

Monochromatic Colors of #a61494

#a61494

Complementary Color

#a61494 #14a626

#a61494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61494 Color CSS Codes

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

#a61494 Text Font Color

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

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


#a61494 Background Color

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

This div background color is #a61494


#a61494 Border Color

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

This div border color is #a61494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,20,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61494


Comments

No comments written yet.

Please login to write comment.