Color Hex Logo

#a74afe Color Hex

#A74AFE
(167,74,254)
0 Favorites   0 Comments

Color spaces of #a74afe

RGB 16774254
HSL0.750.990.64
HSV271°71°100°
CMYK 0.340.710.00   0.00
XYZ36.274520.268895.7663
Yxy20.26880.23820.1331
Hunter Lab45.020965.0356-94.6043
CIE-Lab52.139868.9747-74.1406

#a74afe color RGB value is (167,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 11111110
Octal 247 112 376
Decimal 167 74 254
Hex A7 4A FE

RGB Percentages of Color #a74afe

%33.74
%14.95
%51.31

CMYK Percentages of Color #a74afe

%34
%71
%0
%0

Triadic Colors of #a74afe

#a74afe #fea74a #4afea7

Analogous Colors of #a74afe

#a74afe #fe4afb #4d4afe

Monochromatic Colors of #a74afe

#a74afe

Complementary Color

#a74afe #a1fe4a

#a74afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74afe Color CSS Codes

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

#a74afe Text Font Color

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

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


#a74afe Background Color

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

This div background color is #a74afe


#a74afe Border Color

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

This div border color is #a74afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74afe

Related Colors


Comments

No comments written yet.

Please login to write comment.