Color Hex Logo

#a09eca Color Hex

#A09ECA
(160,158,202)
0 Favorites   0 Comments

Color spaces of #a09eca

RGB 160158202
HSL0.670.290.71
HSV243°22°79°
CMYK 0.210.220.00   0.21
XYZ37.384736.191660.8924
Yxy36.19160.27800.2691
Hunter Lab60.15955.6456-17.9007
CIE-Lab66.666110.0243-22.2497

#a09eca color RGB value is (160,158,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 11001010
Octal 240 236 312
Decimal 160 158 202
Hex A0 9E CA

RGB Percentages of Color #a09eca

%30.77
%30.38
%38.85

CMYK Percentages of Color #a09eca

%21
%22
%0
%21

Triadic Colors of #a09eca

#a09eca #caa09e #9ecaa0

Analogous Colors of #a09eca

#a09eca #b69eca #9eb2ca

Monochromatic Colors of #a09eca

#a09eca

Complementary Color

#a09eca #c8ca9e

#a09eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09eca Color CSS Codes

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

#a09eca Text Font Color

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

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


#a09eca Background Color

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

This div background color is #a09eca


#a09eca Border Color

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

This div border color is #a09eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09eca


Comments

No comments written yet.

Please login to write comment.