Color Hex Logo

#a849ed Color Hex

#A849ED
(168,73,237)
0 Favorites   0 Comments

Color spaces of #a849ed

RGB 16873237
HSL0.760.820.61
HSV275°69°93°
CMYK 0.290.690.00   0.07
XYZ33.817119.204382.0452
Yxy19.20430.25040.1422
Hunter Lab43.822761.0551-80.3273
CIE-Lab50.925465.8271-66.6071

#a849ed color RGB value is (168,73,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 11101101
Octal 250 111 355
Decimal 168 73 237
Hex A8 49 ED

RGB Percentages of Color #a849ed

%35.15
%15.27
%49.58

CMYK Percentages of Color #a849ed

%29
%69
%0
%7

Triadic Colors of #a849ed

#a849ed #eda849 #49eda8

Analogous Colors of #a849ed

#a849ed #ed49e0 #5649ed

Monochromatic Colors of #a849ed

#a849ed

Complementary Color

#a849ed #8eed49

#a849ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a849ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a849ed Color CSS Codes

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

#a849ed Text Font Color

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

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


#a849ed Background Color

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

This div background color is #a849ed


#a849ed Border Color

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

This div border color is #a849ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a849ed


Comments

No comments written yet.

Please login to write comment.