Color Hex Logo

#a74dfe Color Hex

#A74DFE
(167,77,254)
0 Favorites   0 Comments

Color spaces of #a74dfe

RGB 16777254
HSL0.750.990.65
HSV271°70°100°
CMYK 0.340.700.00   0.00
XYZ36.479620.679095.8347
Yxy20.67900.23840.1352
Hunter Lab45.474263.6138-93.1190
CIE-Lab52.596467.6888-73.3990

#a74dfe color RGB value is (167,77,254).

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

The process color (four color CMYK) of #a74dfe color hex is 0.34, 0.70, 0.00, 0.00. Web safe color of #a74dfe is #9966ff. Color #a74dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001101 11111110
Octal 247 115 376
Decimal 167 77 254
Hex A7 4D FE

RGB Percentages of Color #a74dfe

%33.53
%15.46
%51.00

CMYK Percentages of Color #a74dfe

%34
%70
%0
%0

Triadic Colors of #a74dfe

#a74dfe #fea74d #4dfea7

Analogous Colors of #a74dfe

#a74dfe #fe4dfd #4e4dfe

Monochromatic Colors of #a74dfe

#a74dfe

Complementary Color

#a74dfe #a4fe4d

#a74dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74dfe Color CSS Codes

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

#a74dfe Text Font Color

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

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


#a74dfe Background Color

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

This div background color is #a74dfe


#a74dfe Border Color

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

This div border color is #a74dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.