Color Hex Logo

#a749fe Color Hex

#A749FE
(167,73,254)
0 Favorites   0 Comments

Color spaces of #a749fe

RGB 16773254
HSL0.750.990.64
HSV271°71°100°
CMYK 0.340.710.00   0.00
XYZ36.208320.136395.7442
Yxy20.13630.23810.1324
Hunter Lab44.873565.5026-95.0925
CIE-Lab51.991069.3953-74.3824

#a749fe color RGB value is (167,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001001 11111110
Octal 247 111 376
Decimal 167 73 254
Hex A7 49 FE

RGB Percentages of Color #a749fe

%33.81
%14.78
%51.42

CMYK Percentages of Color #a749fe

%34
%71
%0
%0

Triadic Colors of #a749fe

#a749fe #fea749 #49fea7

Analogous Colors of #a749fe

#a749fe #fe49fb #4c49fe

Monochromatic Colors of #a749fe

#a749fe

Complementary Color

#a749fe #a0fe49

#a749fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a749fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a749fe Color CSS Codes

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

#a749fe Text Font Color

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

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


#a749fe Background Color

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

This div background color is #a749fe


#a749fe Border Color

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

This div border color is #a749fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a749fe


Comments

No comments written yet.

Please login to write comment.