Color Hex Logo

#a114ff Color Hex

#A114FF
(161,20,255)
0 Favorites   0 Comments

Color spaces of #a114ff

RGB 16120255
HSL0.771.000.54
HSV276°92°100°
CMYK 0.370.920.00   0.00
XYZ32.998115.297495.8212
Yxy15.29740.22900.1061
Hunter Lab39.111982.1519-117.8777
CIE-Lab46.038984.0060-84.6960

#a114ff color RGB value is (161,20,255).

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

The process color (four color CMYK) of #a114ff color hex is 0.37, 0.92, 0.00, 0.00. Web safe color of #a114ff is #9900ff. Color #a114ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010100 11111111
Octal 241 24 377
Decimal 161 20 255
Hex A1 14 FF

RGB Percentages of Color #a114ff

%36.93
%4.59
%58.49

CMYK Percentages of Color #a114ff

%37
%92
%0
%0

Triadic Colors of #a114ff

#a114ff #ffa114 #14ffa1

Analogous Colors of #a114ff

#a114ff #ff14e8 #2b14ff

Monochromatic Colors of #a114ff

#a114ff

Complementary Color

#a114ff #72ff14

#a114ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a114ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a114ff Color CSS Codes

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

#a114ff Text Font Color

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

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


#a114ff Background Color

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

This div background color is #a114ff


#a114ff Border Color

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

This div border color is #a114ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a114ff

Related Colors


Comments

No comments written yet.

Please login to write comment.