Color Hex Logo

#a885ea Color Hex

#A885EA
(168,133,234)
0 Favorites   0 Comments

Color spaces of #a885ea

RGB 168133234
HSL0.720.710.72
HSV261°43°92°
CMYK 0.280.430.00   0.08
XYZ39.387331.040481.7574
Yxy31.04040.25880.2040
Hunter Lab55.713928.6923-48.0054
CIE-Lab62.541734.2295-46.3658

#a885ea color RGB value is (168,133,234).

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

The process color (four color CMYK) of #a885ea color hex is 0.28, 0.43, 0.00, 0.08. Web safe color of #a885ea is #9999ff. Color #a885ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 11101010
Octal 250 205 352
Decimal 168 133 234
Hex A8 85 EA

RGB Percentages of Color #a885ea

%31.40
%24.86
%43.74

CMYK Percentages of Color #a885ea

%28
%43
%0
%8

Triadic Colors of #a885ea

#a885ea #eaa885 #85eaa8

Analogous Colors of #a885ea

#a885ea #db85ea #8595ea

Monochromatic Colors of #a885ea

#a885ea

Complementary Color

#a885ea #c7ea85

#a885ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a885ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a885ea Color CSS Codes

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

#a885ea Text Font Color

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

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


#a885ea Background Color

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

This div background color is #a885ea


#a885ea Border Color

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

This div border color is #a885ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a885ea


Comments

No comments written yet.

Please login to write comment.