Color Hex Logo

#a290ce Color Hex

#A290CE
(162,144,206)
0 Favorites   0 Comments

Color spaces of #a290ce

RGB 162144206
HSL0.720.390.69
HSV257°30°81°
CMYK 0.210.300.00   0.19
XYZ36.014132.084162.6872
Yxy32.08410.27540.2453
Hunter Lab56.642814.3672-25.9669
CIE-Lab63.412319.5162-29.4629

#a290ce color RGB value is (162,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11001110
Octal 242 220 316
Decimal 162 144 206
Hex A2 90 CE

RGB Percentages of Color #a290ce

%31.64
%28.13
%40.23

CMYK Percentages of Color #a290ce

%21
%30
%0
%19

Triadic Colors of #a290ce

#a290ce #cea290 #90cea2

Analogous Colors of #a290ce

#a290ce #c190ce #909dce

Monochromatic Colors of #a290ce

#a290ce

Complementary Color

#a290ce #bcce90

#a290ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290ce Color CSS Codes

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

#a290ce Text Font Color

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

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


#a290ce Background Color

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

This div background color is #a290ce


#a290ce Border Color

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

This div border color is #a290ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290ce


Comments

No comments written yet.

Please login to write comment.