Color Hex Logo

#a84aff Color Hex

#A84AFF
(168,74,255)
0 Favorites   0 Comments

Color spaces of #a84aff

RGB 16874255
HSL0.751.000.65
HSV271°71°100°
CMYK 0.340.710.00   0.00
XYZ36.647220.442496.6220
Yxy20.44240.23840.1330
Hunter Lab45.213365.5583-95.0551
CIE-Lab52.333869.3765-74.3752

#a84aff color RGB value is (168,74,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 11111111
Octal 250 112 377
Decimal 168 74 255
Hex A8 4A FF

RGB Percentages of Color #a84aff

%33.80
%14.89
%51.31

CMYK Percentages of Color #a84aff

%34
%71
%0
%0

Triadic Colors of #a84aff

#a84aff #ffa84a #4affa8

Analogous Colors of #a84aff

#a84aff #ff4afc #4d4aff

Monochromatic Colors of #a84aff

#a84aff

Complementary Color

#a84aff #a1ff4a

#a84aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84aff Color CSS Codes

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

#a84aff Text Font Color

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

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


#a84aff Background Color

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

This div background color is #a84aff


#a84aff Border Color

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

This div border color is #a84aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84aff


Comments

No comments written yet.

Please login to write comment.