Color Hex Logo

#a14bcd Color Hex

#A14BCD
(161,75,205)
0 Favorites   0 Comments

Color spaces of #a14bcd

RGB 16175205
HSL0.780.570.55
HSV280°63°80°
CMYK 0.210.630.00   0.20
XYZ28.233517.017059.5541
Yxy17.01700.26940.1624
Hunter Lab41.251749.9787-56.7195
CIE-Lab48.281456.5397-52.7312

#a14bcd color RGB value is (161,75,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001011 11001101
Octal 241 113 315
Decimal 161 75 205
Hex A1 4B CD

RGB Percentages of Color #a14bcd

%36.51
%17.01
%46.49

CMYK Percentages of Color #a14bcd

%21
%63
%0
%20

Triadic Colors of #a14bcd

#a14bcd #cda14b #4bcda1

Analogous Colors of #a14bcd

#a14bcd #cd4bb8 #604bcd

Monochromatic Colors of #a14bcd

#a14bcd

Complementary Color

#a14bcd #77cd4b

#a14bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14bcd Color CSS Codes

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

#a14bcd Text Font Color

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

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


#a14bcd Background Color

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

This div background color is #a14bcd


#a14bcd Border Color

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

This div border color is #a14bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14bcd


Comments

No comments written yet.

Please login to write comment.