Color Hex Logo

#a807fe Color Hex

#A807FE
(168,7,254)
0 Favorites   0 Comments

Color spaces of #a807fe

RGB 1687254
HSL0.780.990.51
HSV279°97°100°
CMYK 0.340.970.00   0.00
XYZ34.113815.632594.9853
Yxy15.63250.23570.1080
Hunter Lab39.538084.8204-114.7607
CIE-Lab46.488685.9842-83.3617

#a807fe color RGB value is (168,7,254).

#a807fe hex color red value is 168, green value is 7 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a807fe hue: 0.78 , saturation: 0.99 and the lightness value of a807fe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000111 11111110
Octal 250 7 376
Decimal 168 7 254
Hex A8 7 FE

RGB Percentages of Color #a807fe

%39.16
%1.63
%59.21

CMYK Percentages of Color #a807fe

%34
%97
%0
%0

Triadic Colors of #a807fe

#a807fe #fea807 #07fea8

Analogous Colors of #a807fe

#a807fe #fe07d9 #2d07fe

Monochromatic Colors of #a807fe

#a807fe

Complementary Color

#a807fe #5dfe07

#a807fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a807fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a807fe Color CSS Codes

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

#a807fe Text Font Color

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

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


#a807fe Background Color

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

This div background color is #a807fe


#a807fe Border Color

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

This div border color is #a807fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a807fe


Comments

No comments written yet.

Please login to write comment.