Color Hex Logo

#a790ce Color Hex

#A790CE
(167,144,206)
0 Favorites   0 Comments

Color spaces of #a790ce

RGB 167144206
HSL0.730.390.69
HSV262°30°81°
CMYK 0.190.300.00   0.19
XYZ37.050232.618262.7357
Yxy32.61820.27980.2464
Hunter Lab57.112315.8508-25.1491
CIE-Lab63.850621.0641-28.7502

#a790ce color RGB value is (167,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11001110
Octal 247 220 316
Decimal 167 144 206
Hex A7 90 CE

RGB Percentages of Color #a790ce

%32.30
%27.85
%39.85

CMYK Percentages of Color #a790ce

%19
%30
%0
%19

Triadic Colors of #a790ce

#a790ce #cea790 #90cea7

Analogous Colors of #a790ce

#a790ce #c690ce #9098ce

Monochromatic Colors of #a790ce

#a790ce

Complementary Color

#a790ce #b7ce90

#a790ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790ce Color CSS Codes

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

#a790ce Text Font Color

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

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


#a790ce Background Color

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

This div background color is #a790ce


#a790ce Border Color

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

This div border color is #a790ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790ce


Comments

No comments written yet.

Please login to write comment.