Color Hex Logo

#a84aed Color Hex

#A84AED
(168,74,237)
0 Favorites   0 Comments

Color spaces of #a84aed

RGB 16874237
HSL0.760.820.61
HSV275°69°93°
CMYK 0.290.690.00   0.07
XYZ33.883319.336882.0673
Yxy19.33680.25050.1429
Hunter Lab43.973660.5870-79.8705
CIE-Lab51.078965.3962-66.3587

#a84aed color RGB value is (168,74,237).

#a84aed hex color red value is 168, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a84aed hue: 0.76 , saturation: 0.82 and the lightness value of a84aed is 0.61.

The process color (four color CMYK) of #a84aed color hex is 0.29, 0.69, 0.00, 0.07. Web safe color of #a84aed is #9933ff. Color #a84aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 11101101
Octal 250 112 355
Decimal 168 74 237
Hex A8 4A ED

RGB Percentages of Color #a84aed

%35.07
%15.45
%49.48

CMYK Percentages of Color #a84aed

%29
%69
%0
%7

Triadic Colors of #a84aed

#a84aed #eda84a #4aeda8

Analogous Colors of #a84aed

#a84aed #ed4ae1 #574aed

Monochromatic Colors of #a84aed

#a84aed

Complementary Color

#a84aed #8fed4a

#a84aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84aed Color CSS Codes

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

#a84aed Text Font Color

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

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


#a84aed Background Color

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

This div background color is #a84aed


#a84aed Border Color

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

This div border color is #a84aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84aed


Comments

No comments written yet.

Please login to write comment.