Color Hex Logo

#a890ec Color Hex

#A890EC
(168,144,236)
0 Favorites   0 Comments

Color spaces of #a890ec

RGB 168144236
HSL0.710.710.75
HSV256°39°93°
CMYK 0.290.390.00   0.07
XYZ41.262034.327583.8080
Yxy34.32750.25890.2154
Hunter Lab58.589723.1774-43.7970
CIE-Lab65.221728.5007-43.2525

#a890ec color RGB value is (168,144,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010000 11101100
Octal 250 220 354
Decimal 168 144 236
Hex A8 90 EC

RGB Percentages of Color #a890ec

%30.66
%26.28
%43.07

CMYK Percentages of Color #a890ec

%29
%39
%0
%7

Triadic Colors of #a890ec

#a890ec #eca890 #90eca8

Analogous Colors of #a890ec

#a890ec #d690ec #90a6ec

Monochromatic Colors of #a890ec

#a890ec

Complementary Color

#a890ec #d4ec90

#a890ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a890ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a890ec Color CSS Codes

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

#a890ec Text Font Color

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

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


#a890ec Background Color

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

This div background color is #a890ec


#a890ec Border Color

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

This div border color is #a890ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a890ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a890ec


Comments

No comments written yet.

Please login to write comment.