Color Hex Logo

#a490cb Color Hex

#A490CB
(164,144,203)
0 Favorites   0 Comments

Color spaces of #a490cb

RGB 164144203
HSL0.720.360.68
HSV260°29°80°
CMYK 0.190.290.00   0.20
XYZ36.062632.150860.8049
Yxy32.15080.27950.2492
Hunter Lab56.701714.2991-23.8894
CIE-Lab63.467319.4415-27.6858

#a490cb color RGB value is (164,144,203).

#a490cb hex color red value is 164, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a490cb hue: 0.72 , saturation: 0.36 and the lightness value of a490cb is 0.68.

The process color (four color CMYK) of #a490cb color hex is 0.19, 0.29, 0.00, 0.20. Web safe color of #a490cb is #9999cc. Color #a490cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 11001011
Octal 244 220 313
Decimal 164 144 203
Hex A4 90 CB

RGB Percentages of Color #a490cb

%32.09
%28.18
%39.73

CMYK Percentages of Color #a490cb

%19
%29
%0
%20

Triadic Colors of #a490cb

#a490cb #cba490 #90cba4

Analogous Colors of #a490cb

#a490cb #c290cb #909acb

Monochromatic Colors of #a490cb

#a490cb

Complementary Color

#a490cb #b7cb90

#a490cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490cb Color CSS Codes

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

#a490cb Text Font Color

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

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


#a490cb Background Color

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

This div background color is #a490cb


#a490cb Border Color

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

This div border color is #a490cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490cb


Comments

No comments written yet.

Please login to write comment.