Color Hex Logo

#a14dcc Color Hex

#A14DCC
(161,77,204)
0 Favorites   0 Comments

Color spaces of #a14dcc

RGB 16177204
HSL0.780.550.55
HSV280°62°80°
CMYK 0.210.620.00   0.20
XYZ28.250917.244558.9663
Yxy17.24450.27040.1651
Hunter Lab41.526548.7640-55.1214
CIE-Lab48.566655.3789-51.6996

#a14dcc color RGB value is (161,77,204).

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

The process color (four color CMYK) of #a14dcc color hex is 0.21, 0.62, 0.00, 0.20. Web safe color of #a14dcc is #9966cc. Color #a14dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001101 11001100
Octal 241 115 314
Decimal 161 77 204
Hex A1 4D CC

RGB Percentages of Color #a14dcc

%36.43
%17.42
%46.15

CMYK Percentages of Color #a14dcc

%21
%62
%0
%20

Triadic Colors of #a14dcc

#a14dcc #cca14d #4dcca1

Analogous Colors of #a14dcc

#a14dcc #cc4db8 #624dcc

Monochromatic Colors of #a14dcc

#a14dcc

Complementary Color

#a14dcc #78cc4d

#a14dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14dcc Color CSS Codes

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

#a14dcc Text Font Color

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

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


#a14dcc Background Color

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

This div background color is #a14dcc


#a14dcc Border Color

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

This div border color is #a14dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14dcc


Comments

No comments written yet.

Please login to write comment.