Color Hex Logo

#a885ff Color Hex

#A885FF
(168,133,255)
0 Favorites   0 Comments

Color spaces of #a885ff

RGB 168133255
HSL0.711.000.76
HSV257°48°100°
CMYK 0.340.480.00   0.00
XYZ42.586032.319998.6016
Yxy32.31990.24540.1863
Hunter Lab56.850634.2234-63.0371
CIE-Lab63.606439.4700-56.2433

#a885ff color RGB value is (168,133,255).

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

The process color (four color CMYK) of #a885ff color hex is 0.34, 0.48, 0.00, 0.00. Web safe color of #a885ff is #9999ff. Color #a885ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 11111111
Octal 250 205 377
Decimal 168 133 255
Hex A8 85 FF

RGB Percentages of Color #a885ff

%30.22
%23.92
%45.86

CMYK Percentages of Color #a885ff

%34
%48
%0
%0

Triadic Colors of #a885ff

#a885ff #ffa885 #85ffa8

Analogous Colors of #a885ff

#a885ff #e585ff #859fff

Monochromatic Colors of #a885ff

#a885ff

Complementary Color

#a885ff #dcff85

#a885ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a885ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a885ff Color CSS Codes

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

#a885ff Text Font Color

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

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


#a885ff Background Color

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

This div background color is #a885ff


#a885ff Border Color

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

This div border color is #a885ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a885ff


Comments

No comments written yet.

Please login to write comment.