Color Hex Logo

#a742fe Color Hex

#A742FE
(167,66,254)
0 Favorites   0 Comments

Color spaces of #a742fe

RGB 16766254
HSL0.760.990.63
HSV272°74°100°
CMYK 0.340.740.00   0.00
XYZ35.774019.267795.5995
Yxy19.26770.23750.1279
Hunter Lab43.895068.6596-98.4020
CIE-Lab50.998972.2163-75.9962

#a742fe color RGB value is (167,66,254).

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

The process color (four color CMYK) of #a742fe color hex is 0.34, 0.74, 0.00, 0.00. Web safe color of #a742fe is #9933ff. Color #a742fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 11111110
Octal 247 102 376
Decimal 167 66 254
Hex A7 42 FE

RGB Percentages of Color #a742fe

%34.29
%13.55
%52.16

CMYK Percentages of Color #a742fe

%34
%74
%0
%0

Triadic Colors of #a742fe

#a742fe #fea742 #42fea7

Analogous Colors of #a742fe

#a742fe #fe42f7 #4942fe

Monochromatic Colors of #a742fe

#a742fe

Complementary Color

#a742fe #99fe42

#a742fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a742fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a742fe Color CSS Codes

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

#a742fe Text Font Color

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

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


#a742fe Background Color

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

This div background color is #a742fe


#a742fe Border Color

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

This div border color is #a742fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a742fe


Comments

No comments written yet.

Please login to write comment.