Color Hex Logo

#a285ff Color Hex

#A285FF
(162,133,255)
0 Favorites   0 Comments

Color spaces of #a285ff

RGB 162133255
HSL0.711.000.76
HSV254°48°100°
CMYK 0.360.480.00   0.00
XYZ41.337831.676498.5432
Yxy31.67640.24100.1846
Hunter Lab56.281832.6114-64.4130
CIE-Lab63.074537.9874-57.1221

#a285ff color RGB value is (162,133,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000101 11111111
Octal 242 205 377
Decimal 162 133 255
Hex A2 85 FF

RGB Percentages of Color #a285ff

%29.45
%24.18
%46.36

CMYK Percentages of Color #a285ff

%36
%48
%0
%0

Triadic Colors of #a285ff

#a285ff #ffa285 #85ffa2

Analogous Colors of #a285ff

#a285ff #df85ff #85a5ff

Monochromatic Colors of #a285ff

#a285ff

Complementary Color

#a285ff #e2ff85

#a285ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a285ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a285ff Color CSS Codes

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

#a285ff Text Font Color

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

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


#a285ff Background Color

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

This div background color is #a285ff


#a285ff Border Color

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

This div border color is #a285ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a285ff

#a285ff Color Palettes


Comments

No comments written yet.

Please login to write comment.