Color Hex Logo

#a14abd Color Hex

#A14ABD
(161,74,189)
0 Favorites   0 Comments

Color spaces of #a14abd

RGB 16174189
HSL0.790.470.52
HSV285°61°74°
CMYK 0.150.610.00   0.26
XYZ26.332016.148749.8733
Yxy16.14870.28510.1749
Hunter Lab40.185446.6398-45.4537
CIE-Lab47.169053.6705-45.2578

#a14abd color RGB value is (161,74,189).

#a14abd hex color red value is 161, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a14abd hue: 0.79 , saturation: 0.47 and the lightness value of a14abd is 0.52.

The process color (four color CMYK) of #a14abd color hex is 0.15, 0.61, 0.00, 0.26. Web safe color of #a14abd is #9933cc. Color #a14abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001010 10111101
Octal 241 112 275
Decimal 161 74 189
Hex A1 4A BD

RGB Percentages of Color #a14abd

%37.97
%17.45
%44.58

CMYK Percentages of Color #a14abd

%15
%61
%0
%26

Triadic Colors of #a14abd

#a14abd #bda14a #4abda1

Analogous Colors of #a14abd

#a14abd #bd4aa0 #684abd

Monochromatic Colors of #a14abd

#a14abd

Complementary Color

#a14abd #66bd4a

#a14abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14abd Color CSS Codes

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

#a14abd Text Font Color

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

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


#a14abd Background Color

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

This div background color is #a14abd


#a14abd Border Color

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

This div border color is #a14abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14abd


Comments

No comments written yet.

Please login to write comment.