Color Hex Logo

#a14acc Color Hex

#A14ACC
(161,74,204)
0 Favorites   0 Comments

Color spaces of #a14acc

RGB 16174204
HSL0.780.560.55
HSV280°64°80°
CMYK 0.210.640.00   0.20
XYZ28.045816.834358.8979
Yxy16.83430.27020.1622
Hunter Lab41.029650.2118-56.3899
CIE-Lab48.050656.7939-52.5263

#a14acc color RGB value is (161,74,204).

#a14acc hex color red value is 161, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a14acc hue: 0.78 , saturation: 0.56 and the lightness value of a14acc is 0.55.

The process color (four color CMYK) of #a14acc color hex is 0.21, 0.64, 0.00, 0.20. Web safe color of #a14acc is #9933cc. Color #a14acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001010 11001100
Octal 241 112 314
Decimal 161 74 204
Hex A1 4A CC

RGB Percentages of Color #a14acc

%36.67
%16.86
%46.47

CMYK Percentages of Color #a14acc

%21
%64
%0
%20

Triadic Colors of #a14acc

#a14acc #cca14a #4acca1

Analogous Colors of #a14acc

#a14acc #cc4ab6 #604acc

Monochromatic Colors of #a14acc

#a14acc

Complementary Color

#a14acc #75cc4a

#a14acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14acc Color CSS Codes

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

#a14acc Text Font Color

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

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


#a14acc Background Color

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

This div background color is #a14acc


#a14acc Border Color

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

This div border color is #a14acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,74,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14acc


Comments

No comments written yet.

Please login to write comment.