Color Hex Logo

#a08fda Color Hex

#A08FDA
(160,143,218)
0 Favorites   0 Comments

Color spaces of #a08fda

RGB 160143218
HSL0.700.500.71
HSV254°34°85°
CMYK 0.270.340.00   0.15
XYZ36.974632.180570.5923
Yxy32.18050.26460.2303
Hunter Lab56.727917.0706-34.0711
CIE-Lab63.491822.3620-36.0447

#a08fda color RGB value is (160,143,218).

#a08fda hex color red value is 160, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a08fda hue: 0.70 , saturation: 0.50 and the lightness value of a08fda is 0.71.

The process color (four color CMYK) of #a08fda color hex is 0.27, 0.34, 0.00, 0.15. Web safe color of #a08fda is #9999cc. Color #a08fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 11011010
Octal 240 217 332
Decimal 160 143 218
Hex A0 8F DA

RGB Percentages of Color #a08fda

%30.71
%27.45
%41.84

CMYK Percentages of Color #a08fda

%27
%34
%0
%15

Triadic Colors of #a08fda

#a08fda #daa08f #8fdaa0

Analogous Colors of #a08fda

#a08fda #c68fda #8fa4da

Monochromatic Colors of #a08fda

#a08fda

Complementary Color

#a08fda #c9da8f

#a08fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08fda Color CSS Codes

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

#a08fda Text Font Color

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

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


#a08fda Background Color

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

This div background color is #a08fda


#a08fda Border Color

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

This div border color is #a08fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08fda


Comments

No comments written yet.

Please login to write comment.