Color Hex Logo

#a090ec Color Hex

#A090EC
(160,144,236)
0 Favorites   0 Comments

Color spaces of #a090ec

RGB 160144236
HSL0.700.710.75
HSV250°39°93°
CMYK 0.320.390.00   0.07
XYZ39.610833.476283.7307
Yxy33.47620.25260.2135
Hunter Lab57.858620.9509-45.3011
CIE-Lab64.544726.3000-44.3634

#a090ec color RGB value is (160,144,236).

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

The process color (four color CMYK) of #a090ec color hex is 0.32, 0.39, 0.00, 0.07. Web safe color of #a090ec is #9999ff. Color #a090ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 11101100
Octal 240 220 354
Decimal 160 144 236
Hex A0 90 EC

RGB Percentages of Color #a090ec

%29.63
%26.67
%43.70

CMYK Percentages of Color #a090ec

%32
%39
%0
%7

Triadic Colors of #a090ec

#a090ec #eca090 #90eca0

Analogous Colors of #a090ec

#a090ec #ce90ec #90aeec

Monochromatic Colors of #a090ec

#a090ec

Complementary Color

#a090ec #dcec90

#a090ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090ec Color CSS Codes

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

#a090ec Text Font Color

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

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


#a090ec Background Color

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

This div background color is #a090ec


#a090ec Border Color

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

This div border color is #a090ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090ec


Comments

No comments written yet.

Please login to write comment.