Color Hex Logo

#a09fca Color Hex

#A09FCA
(160,159,202)
0 Favorites   0 Comments

Color spaces of #a09fca

RGB 160159202
HSL0.670.290.71
HSV241°21°79°
CMYK 0.210.210.00   0.21
XYZ37.556036.534160.9495
Yxy36.53410.27810.2705
Hunter Lab60.44345.1334-17.4760
CIE-Lab66.92609.4625-21.8530

#a09fca color RGB value is (160,159,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 11001010
Octal 240 237 312
Decimal 160 159 202
Hex A0 9F CA

RGB Percentages of Color #a09fca

%30.71
%30.52
%38.77

CMYK Percentages of Color #a09fca

%21
%21
%0
%21

Triadic Colors of #a09fca

#a09fca #caa09f #9fcaa0

Analogous Colors of #a09fca

#a09fca #b69fca #9fb4ca

Monochromatic Colors of #a09fca

#a09fca

Complementary Color

#a09fca #c9ca9f

#a09fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fca Color CSS Codes

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

#a09fca Text Font Color

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

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


#a09fca Background Color

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

This div background color is #a09fca


#a09fca Border Color

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

This div border color is #a09fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fca


Comments

No comments written yet.

Please login to write comment.