Color Hex Logo

#a08dca Color Hex

#A08DCA
(160,141,202)
0 Favorites   0 Comments

Color spaces of #a08dca

RGB 160141202
HSL0.720.370.67
HSV259°30°79°
CMYK 0.210.300.00   0.21
XYZ34.682830.787659.9917
Yxy30.78760.27640.2454
Hunter Lab55.486614.4729-25.2633
CIE-Lab62.327919.6760-28.9128

#a08dca color RGB value is (160,141,202).

#a08dca hex color red value is 160, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a08dca hue: 0.72 , saturation: 0.37 and the lightness value of a08dca is 0.67.

The process color (four color CMYK) of #a08dca color hex is 0.21, 0.30, 0.00, 0.21. Web safe color of #a08dca is #9999cc. Color #a08dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 11001010
Octal 240 215 312
Decimal 160 141 202
Hex A0 8D CA

RGB Percentages of Color #a08dca

%31.81
%28.03
%40.16

CMYK Percentages of Color #a08dca

%21
%30
%0
%21

Triadic Colors of #a08dca

#a08dca #caa08d #8dcaa0

Analogous Colors of #a08dca

#a08dca #bf8dca #8d99ca

Monochromatic Colors of #a08dca

#a08dca

Complementary Color

#a08dca #b7ca8d

#a08dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dca Color CSS Codes

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

#a08dca Text Font Color

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

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


#a08dca Background Color

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

This div background color is #a08dca


#a08dca Border Color

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

This div border color is #a08dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dca


Comments

No comments written yet.

Please login to write comment.