Color Hex Logo

#a09ccb Color Hex

#A09CCB
(160,156,203)
0 Favorites   0 Comments

Color spaces of #a09ccb

RGB 160156203
HSL0.680.310.70
HSV245°23°80°
CMYK 0.210.230.00   0.20
XYZ37.165235.562361.4053
Yxy35.56230.27710.2651
Hunter Lab59.63416.8851-19.3071
CIE-Lab66.184111.3832-23.5420

#a09ccb color RGB value is (160,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 11001011
Octal 240 234 313
Decimal 160 156 203
Hex A0 9C CB

RGB Percentages of Color #a09ccb

%30.83
%30.06
%39.11

CMYK Percentages of Color #a09ccb

%21
%23
%0
%20

Triadic Colors of #a09ccb

#a09ccb #cba09c #9ccba0

Analogous Colors of #a09ccb

#a09ccb #b89ccb #9cb0cb

Monochromatic Colors of #a09ccb

#a09ccb

Complementary Color

#a09ccb #c7cb9c

#a09ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ccb Color CSS Codes

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

#a09ccb Text Font Color

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

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


#a09ccb Background Color

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

This div background color is #a09ccb


#a09ccb Border Color

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

This div border color is #a09ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ccb


Comments

No comments written yet.

Please login to write comment.