Color Hex Logo

#a790eb Color Hex

#A790EB
(167,144,235)
0 Favorites   0 Comments

Color spaces of #a790eb

RGB 167144235
HSL0.710.690.74
HSV255°39°92°
CMYK 0.290.390.00   0.08
XYZ40.905034.160283.0349
Yxy34.16020.25870.2161
Hunter Lab58.446722.6447-43.3202
CIE-Lab65.089527.9753-42.9150

#a790eb color RGB value is (167,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11101011
Octal 247 220 353
Decimal 167 144 235
Hex A7 90 EB

RGB Percentages of Color #a790eb

%30.59
%26.37
%43.04

CMYK Percentages of Color #a790eb

%29
%39
%0
%8

Triadic Colors of #a790eb

#a790eb #eba790 #90eba7

Analogous Colors of #a790eb

#a790eb #d590eb #90a7eb

Monochromatic Colors of #a790eb

#a790eb

Complementary Color

#a790eb #d4eb90

#a790eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790eb Color CSS Codes

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

#a790eb Text Font Color

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

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


#a790eb Background Color

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

This div background color is #a790eb


#a790eb Border Color

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

This div border color is #a790eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790eb


Comments

No comments written yet.

Please login to write comment.