Color Hex Logo

#a114fd Color Hex

#A114FD
(161,20,253)
0 Favorites   0 Comments

Color spaces of #a114fd

RGB 16120253
HSL0.770.980.54
HSV276°92°99°
CMYK 0.360.920.00   0.01
XYZ32.677715.169294.1342
Yxy15.16920.23020.1068
Hunter Lab38.947781.6059-116.0371
CIE-Lab45.865183.6140-83.8642

#a114fd color RGB value is (161,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010100 11111101
Octal 241 24 375
Decimal 161 20 253
Hex A1 14 FD

RGB Percentages of Color #a114fd

%37.10
%4.61
%58.29

CMYK Percentages of Color #a114fd

%36
%92
%0
%1

Triadic Colors of #a114fd

#a114fd #fda114 #14fda1

Analogous Colors of #a114fd

#a114fd #fd14e5 #2c14fd

Monochromatic Colors of #a114fd

#a114fd

Complementary Color

#a114fd #70fd14

#a114fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a114fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a114fd Color CSS Codes

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

#a114fd Text Font Color

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

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


#a114fd Background Color

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

This div background color is #a114fd


#a114fd Border Color

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

This div border color is #a114fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a114fd


Comments

No comments written yet.

Please login to write comment.