Color Hex Logo

#a985eb Color Hex

#A985EB
(169,133,235)
0 Favorites   0 Comments

Color spaces of #a985eb

RGB 169133235
HSL0.730.720.72
HSV261°43°92°
CMYK 0.280.430.00   0.08
XYZ39.745131.208282.5263
Yxy31.20820.25900.2033
Hunter Lab55.864329.2327-48.4820
CIE-Lab62.683034.7459-46.6904

#a985eb color RGB value is (169,133,235).

#a985eb hex color red value is 169, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a985eb hue: 0.73 , saturation: 0.72 and the lightness value of a985eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 11101011
Octal 251 205 353
Decimal 169 133 235
Hex A9 85 EB

RGB Percentages of Color #a985eb

%31.47
%24.77
%43.76

CMYK Percentages of Color #a985eb

%28
%43
%0
%8

Triadic Colors of #a985eb

#a985eb #eba985 #85eba9

Analogous Colors of #a985eb

#a985eb #dc85eb #8594eb

Monochromatic Colors of #a985eb

#a985eb

Complementary Color

#a985eb #c7eb85

#a985eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a985eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a985eb Color CSS Codes

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

#a985eb Text Font Color

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

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


#a985eb Background Color

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

This div background color is #a985eb


#a985eb Border Color

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

This div border color is #a985eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a985eb


Comments

No comments written yet.

Please login to write comment.