Color Hex Logo

#a09ccf Color Hex

#A09CCF
(160,156,207)
0 Favorites   0 Comments

Color spaces of #a09ccf

RGB 160156207
HSL0.680.350.71
HSV245°25°81°
CMYK 0.230.250.00   0.19
XYZ37.648235.755563.9487
Yxy35.75550.27410.2603
Hunter Lab59.79597.7429-21.5505
CIE-Lab66.332712.3199-25.5365

#a09ccf color RGB value is (160,156,207).

#a09ccf hex color red value is 160, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a09ccf hue: 0.68 , saturation: 0.35 and the lightness value of a09ccf is 0.71.

The process color (four color CMYK) of #a09ccf color hex is 0.23, 0.25, 0.00, 0.19. Web safe color of #a09ccf is #9999cc. Color #a09ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 11001111
Octal 240 234 317
Decimal 160 156 207
Hex A0 9C CF

RGB Percentages of Color #a09ccf

%30.59
%29.83
%39.58

CMYK Percentages of Color #a09ccf

%23
%25
%0
%19

Triadic Colors of #a09ccf

#a09ccf #cfa09c #9ccfa0

Analogous Colors of #a09ccf

#a09ccf #ba9ccf #9cb2cf

Monochromatic Colors of #a09ccf

#a09ccf

Complementary Color

#a09ccf #cbcf9c

#a09ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ccf Color CSS Codes

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

#a09ccf Text Font Color

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

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


#a09ccf Background Color

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

This div background color is #a09ccf


#a09ccf Border Color

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

This div border color is #a09ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ccf


Comments

No comments written yet.

Please login to write comment.