Color Hex Logo

#a285da Color Hex

#A285DA
(162,133,218)
0 Favorites   0 Comments

Color spaces of #a285da

RGB 162133218
HSL0.720.530.69
HSV260°39°85°
CMYK 0.260.390.00   0.15
XYZ35.942729.518470.1329
Yxy29.51840.26510.2177
Hunter Lab54.330823.0081-38.5028
CIE-Lab61.236428.6557-39.5569

#a285da color RGB value is (162,133,218).

#a285da hex color red value is 162, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a285da hue: 0.72 , saturation: 0.53 and the lightness value of a285da is 0.69.

The process color (four color CMYK) of #a285da color hex is 0.26, 0.39, 0.00, 0.15. Web safe color of #a285da is #9999cc. Color #a285da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000101 11011010
Octal 242 205 332
Decimal 162 133 218
Hex A2 85 DA

RGB Percentages of Color #a285da

%31.58
%25.93
%42.50

CMYK Percentages of Color #a285da

%26
%39
%0
%15

Triadic Colors of #a285da

#a285da #daa285 #85daa2

Analogous Colors of #a285da

#a285da #cd85da #8593da

Monochromatic Colors of #a285da

#a285da

Complementary Color

#a285da #bdda85

#a285da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a285da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a285da Color CSS Codes

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

#a285da Text Font Color

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

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


#a285da Background Color

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

This div background color is #a285da


#a285da Border Color

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

This div border color is #a285da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a285da


Comments

No comments written yet.

Please login to write comment.