Color Hex Logo

#a085fd Color Hex

#A085FD
(160,133,253)
0 Favorites   0 Comments

Color spaces of #a085fd

RGB 160133253
HSL0.700.970.76
HSV254°47°99°
CMYK 0.370.470.00   0.01
XYZ40.614431.340596.8372
Yxy31.34050.24060.1857
Hunter Lab55.982631.5291-63.3705
CIE-Lab62.794036.9737-56.4828

#a085fd color RGB value is (160,133,253).

#a085fd hex color red value is 160, green value is 133 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a085fd hue: 0.70 , saturation: 0.97 and the lightness value of a085fd is 0.76.

The process color (four color CMYK) of #a085fd color hex is 0.37, 0.47, 0.00, 0.01. Web safe color of #a085fd is #9999ff. Color #a085fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000101 11111101
Octal 240 205 375
Decimal 160 133 253
Hex A0 85 FD

RGB Percentages of Color #a085fd

%29.30
%24.36
%46.34

CMYK Percentages of Color #a085fd

%37
%47
%0
%1

Triadic Colors of #a085fd

#a085fd #fda085 #85fda0

Analogous Colors of #a085fd

#a085fd #dc85fd #85a6fd

Monochromatic Colors of #a085fd

#a085fd

Complementary Color

#a085fd #e2fd85

#a085fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a085fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a085fd Color CSS Codes

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

#a085fd Text Font Color

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

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


#a085fd Background Color

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

This div background color is #a085fd


#a085fd Border Color

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

This div border color is #a085fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a085fd


Comments

No comments written yet.

Please login to write comment.