Color Hex Logo

#a74aff Color Hex

#A74AFF
(167,74,255)
0 Favorites   0 Comments

Color spaces of #a74aff

RGB 16774255
HSL0.751.000.65
HSV271°71°100°
CMYK 0.350.710.00   0.00
XYZ36.435120.333096.6121
Yxy20.33300.23750.1326
Hunter Lab45.092165.3194-95.4672
CIE-Lab52.211669.1994-74.5792

#a74aff color RGB value is (167,74,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 11111111
Octal 247 112 377
Decimal 167 74 255
Hex A7 4A FF

RGB Percentages of Color #a74aff

%33.67
%14.92
%51.41

CMYK Percentages of Color #a74aff

%35
%71
%0
%0

Triadic Colors of #a74aff

#a74aff #ffa74a #4affa7

Analogous Colors of #a74aff

#a74aff #ff4afd #4d4aff

Monochromatic Colors of #a74aff

#a74aff

Complementary Color

#a74aff #a2ff4a

#a74aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74aff Color CSS Codes

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

#a74aff Text Font Color

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

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


#a74aff Background Color

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

This div background color is #a74aff


#a74aff Border Color

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

This div border color is #a74aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,74,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a74aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74aff


Comments

No comments written yet.

Please login to write comment.