Color Hex Logo

#a849ff Color Hex

#A849FF
(168,73,255)
0 Favorites   0 Comments

Color spaces of #a849ff

RGB 16873255
HSL0.751.000.64
HSV271°71°100°
CMYK 0.340.710.00   0.00
XYZ36.581020.309996.5999
Yxy20.30990.23830.1323
Hunter Lab45.066566.0241-95.5414
CIE-Lab52.185869.7949-74.6156

#a849ff color RGB value is (168,73,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 11111111
Octal 250 111 377
Decimal 168 73 255
Hex A8 49 FF

RGB Percentages of Color #a849ff

%33.87
%14.72
%51.41

CMYK Percentages of Color #a849ff

%34
%71
%0
%0

Triadic Colors of #a849ff

#a849ff #ffa849 #49ffa8

Analogous Colors of #a849ff

#a849ff #ff49fb #4d49ff

Monochromatic Colors of #a849ff

#a849ff

Complementary Color

#a849ff #a0ff49

#a849ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a849ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a849ff Color CSS Codes

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

#a849ff Text Font Color

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

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


#a849ff Background Color

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

This div background color is #a849ff


#a849ff Border Color

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

This div border color is #a849ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a849ff


Comments

No comments written yet.

Please login to write comment.