Color Hex Logo

#a714fe Color Hex

#A714FE
(167,20,254)
0 Favorites   0 Comments

Color spaces of #a714fe

RGB 16720254
HSL0.770.990.54
HSV278°92°100°
CMYK 0.340.920.00   0.00
XYZ34.075915.871695.0334
Yxy15.87160.23500.1095
Hunter Lab39.839282.9590-113.5445
CIE-Lab46.805684.4863-82.8474

#a714fe color RGB value is (167,20,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 11111110
Octal 247 24 376
Decimal 167 20 254
Hex A7 14 FE

RGB Percentages of Color #a714fe

%37.87
%4.54
%57.60

CMYK Percentages of Color #a714fe

%34
%92
%0
%0

Triadic Colors of #a714fe

#a714fe #fea714 #14fea7

Analogous Colors of #a714fe

#a714fe #fe14e0 #3214fe

Monochromatic Colors of #a714fe

#a714fe

Complementary Color

#a714fe #6bfe14

#a714fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a714fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a714fe Color CSS Codes

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

#a714fe Text Font Color

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

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


#a714fe Background Color

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

This div background color is #a714fe


#a714fe Border Color

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

This div border color is #a714fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a714fe

Related Colors


Comments

No comments written yet.

Please login to write comment.