Color Hex Logo

#a09fdc Color Hex

#A09FDC
(160,159,220)
0 Favorites   0 Comments

Color spaces of #a09fdc

RGB 160159220
HSL0.670.470.74
HSV241°28°86°
CMYK 0.270.280.00   0.14
XYZ39.813637.437272.8378
Yxy37.43720.26530.2494
Hunter Lab61.18599.0743-27.7506
CIE-Lab67.603813.7505-30.7713

#a09fdc color RGB value is (160,159,220).

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

The process color (four color CMYK) of #a09fdc color hex is 0.27, 0.28, 0.00, 0.14. Web safe color of #a09fdc is #9999cc. Color #a09fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011111 11011100
Octal 240 237 334
Decimal 160 159 220
Hex A0 9F DC

RGB Percentages of Color #a09fdc

%29.68
%29.50
%40.82

CMYK Percentages of Color #a09fdc

%27
%28
%0
%14

Triadic Colors of #a09fdc

#a09fdc #dca09f #9fdca0

Analogous Colors of #a09fdc

#a09fdc #bf9fdc #9fbddc

Monochromatic Colors of #a09fdc

#a09fdc

Complementary Color

#a09fdc #dbdc9f

#a09fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09fdc Color CSS Codes

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

#a09fdc Text Font Color

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

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


#a09fdc Background Color

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

This div background color is #a09fdc


#a09fdc Border Color

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

This div border color is #a09fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09fdc


Comments

No comments written yet.

Please login to write comment.