Color Hex Logo

#a14bdd Color Hex

#A14BDD
(161,75,221)
0 Favorites   0 Comments

Color spaces of #a14bdd

RGB 16175221
HSL0.760.680.58
HSV275°66°87°
CMYK 0.270.660.00   0.13
XYZ30.265217.829770.2529
Yxy17.82970.25570.1507
Hunter Lab42.225254.0469-69.0870
CIE-Lab49.288960.0150-60.2545

#a14bdd color RGB value is (161,75,221).

#a14bdd hex color red value is 161, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a14bdd hue: 0.76 , saturation: 0.68 and the lightness value of a14bdd is 0.58.

The process color (four color CMYK) of #a14bdd color hex is 0.27, 0.66, 0.00, 0.13. Web safe color of #a14bdd is #9933cc. Color #a14bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001011 11011101
Octal 241 113 335
Decimal 161 75 221
Hex A1 4B DD

RGB Percentages of Color #a14bdd

%35.23
%16.41
%48.36

CMYK Percentages of Color #a14bdd

%27
%66
%0
%13

Triadic Colors of #a14bdd

#a14bdd #dda14b #4bdda1

Analogous Colors of #a14bdd

#a14bdd #dd4bd0 #584bdd

Monochromatic Colors of #a14bdd

#a14bdd

Complementary Color

#a14bdd #87dd4b

#a14bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14bdd Color CSS Codes

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

#a14bdd Text Font Color

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

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


#a14bdd Background Color

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

This div background color is #a14bdd


#a14bdd Border Color

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

This div border color is #a14bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14bdd


Comments

No comments written yet.

Please login to write comment.