Color Hex Logo

#a714eb Color Hex

#A714EB
(167,20,235)
0 Favorites   0 Comments

Color spaces of #a714eb

RGB 16720235
HSL0.780.840.50
HSV281°91°92°
CMYK 0.290.910.00   0.08
XYZ31.181914.714079.7939
Yxy14.71400.24810.1171
Hunter Lab38.358877.9747-96.4837
CIE-Lab45.240080.8803-74.7294

#a714eb color RGB value is (167,20,235).

#a714eb hex color red value is 167, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a714eb hue: 0.78 , saturation: 0.84 and the lightness value of a714eb is 0.50.

The process color (four color CMYK) of #a714eb color hex is 0.29, 0.91, 0.00, 0.08. Web safe color of #a714eb is #9900ff. Color #a714eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 11101011
Octal 247 24 353
Decimal 167 20 235
Hex A7 14 EB

RGB Percentages of Color #a714eb

%39.57
%4.74
%55.69

CMYK Percentages of Color #a714eb

%29
%91
%0
%8

Triadic Colors of #a714eb

#a714eb #eba714 #14eba7

Analogous Colors of #a714eb

#a714eb #eb14c4 #3b14eb

Monochromatic Colors of #a714eb

#a714eb

Complementary Color

#a714eb #58eb14

#a714eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a714eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a714eb Color CSS Codes

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

#a714eb Text Font Color

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

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


#a714eb Background Color

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

This div background color is #a714eb


#a714eb Border Color

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

This div border color is #a714eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a714eb


Comments

No comments written yet.

Please login to write comment.