Color Hex Logo

#a14aff Color Hex

#A14AFF
(161,74,255)
0 Favorites   0 Comments

Color spaces of #a14aff

RGB 16174255
HSL0.751.000.65
HSV269°71°100°
CMYK 0.370.710.00   0.00
XYZ35.196719.694696.5541
Yxy19.69460.23240.1300
Hunter Lab44.378663.9059-97.9317
CIE-Lab51.490168.1466-75.7846

#a14aff color RGB value is (161,74,255).

#a14aff hex color red value is 161, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a14aff hue: 0.75 , saturation: 1.00 and the lightness value of a14aff is 0.65.

The process color (four color CMYK) of #a14aff color hex is 0.37, 0.71, 0.00, 0.00. Web safe color of #a14aff is #9933ff. Color #a14aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001010 11111111
Octal 241 112 377
Decimal 161 74 255
Hex A1 4A FF

RGB Percentages of Color #a14aff

%32.86
%15.10
%52.04

CMYK Percentages of Color #a14aff

%37
%71
%0
%0

Triadic Colors of #a14aff

#a14aff #ffa14a #4affa1

Analogous Colors of #a14aff

#a14aff #fc4aff #4a4eff

Monochromatic Colors of #a14aff

#a14aff

Complementary Color

#a14aff #a8ff4a

#a14aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14aff Color CSS Codes

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

#a14aff Text Font Color

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

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


#a14aff Background Color

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

This div background color is #a14aff


#a14aff Border Color

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

This div border color is #a14aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14aff

Related Colors


Comments

No comments written yet.

Please login to write comment.