Color Hex Logo

#a09cea Color Hex

#A09CEA
(160,156,234)
0 Favorites   0 Comments

Color spaces of #a09cea

RGB 160156234
HSL0.680.650.76
HSV243°33°92°
CMYK 0.320.330.00   0.08
XYZ41.237037.191082.8471
Yxy37.19100.25570.2306
Hunter Lab60.984413.9770-37.8561
CIE-Lab67.420118.9484-38.7589

#a09cea color RGB value is (160,156,234).

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

The process color (four color CMYK) of #a09cea color hex is 0.32, 0.33, 0.00, 0.08. Web safe color of #a09cea is #9999ff. Color #a09cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 11101010
Octal 240 234 352
Decimal 160 156 234
Hex A0 9C EA

RGB Percentages of Color #a09cea

%29.09
%28.36
%42.55

CMYK Percentages of Color #a09cea

%32
%33
%0
%8

Triadic Colors of #a09cea

#a09cea #eaa09c #9ceaa0

Analogous Colors of #a09cea

#a09cea #c79cea #9cbfea

Monochromatic Colors of #a09cea

#a09cea

Complementary Color

#a09cea #e6ea9c

#a09cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09cea Color CSS Codes

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

#a09cea Text Font Color

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

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


#a09cea Background Color

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

This div background color is #a09cea


#a09cea Border Color

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

This div border color is #a09cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09cea


Comments

No comments written yet.

Please login to write comment.