Color Hex Logo

#a090ce Color Hex

#A090CE
(160,144,206)
0 Favorites   0 Comments

Color spaces of #a090ce

RGB 160144206
HSL0.710.390.69
HSV255°30°81°
CMYK 0.220.300.00   0.19
XYZ35.611031.876362.6684
Yxy31.87630.27360.2449
Hunter Lab56.459113.7836-26.2893
CIE-Lab63.240518.9018-29.7425

#a090ce color RGB value is (160,144,206).

#a090ce hex color red value is 160, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a090ce hue: 0.71 , saturation: 0.39 and the lightness value of a090ce is 0.69.

The process color (four color CMYK) of #a090ce color hex is 0.22, 0.30, 0.00, 0.19. Web safe color of #a090ce is #9999cc. Color #a090ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 11001110
Octal 240 220 316
Decimal 160 144 206
Hex A0 90 CE

RGB Percentages of Color #a090ce

%31.37
%28.24
%40.39

CMYK Percentages of Color #a090ce

%22
%30
%0
%19

Triadic Colors of #a090ce

#a090ce #cea090 #90cea0

Analogous Colors of #a090ce

#a090ce #bf90ce #909fce

Monochromatic Colors of #a090ce

#a090ce

Complementary Color

#a090ce #bece90

#a090ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090ce Color CSS Codes

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

#a090ce Text Font Color

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

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


#a090ce Background Color

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

This div background color is #a090ce


#a090ce Border Color

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

This div border color is #a090ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090ce


Comments

No comments written yet.

Please login to write comment.