Color Hex Logo

#a790ea Color Hex

#A790EA
(167,144,234)
0 Favorites   0 Comments

Color spaces of #a790ea

RGB 167144234
HSL0.710.680.74
HSV255°38°92°
CMYK 0.290.380.00   0.08
XYZ40.760934.102582.2760
Yxy34.10250.25940.2170
Hunter Lab58.397322.3963-42.6555
CIE-Lab65.043827.7284-42.4354

#a790ea color RGB value is (167,144,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11101010
Octal 247 220 352
Decimal 167 144 234
Hex A7 90 EA

RGB Percentages of Color #a790ea

%30.64
%26.42
%42.94

CMYK Percentages of Color #a790ea

%29
%38
%0
%8

Triadic Colors of #a790ea

#a790ea #eaa790 #90eaa7

Analogous Colors of #a790ea

#a790ea #d490ea #90a6ea

Monochromatic Colors of #a790ea

#a790ea

Complementary Color

#a790ea #d3ea90

#a790ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790ea Color CSS Codes

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

#a790ea Text Font Color

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

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


#a790ea Background Color

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

This div background color is #a790ea


#a790ea Border Color

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

This div border color is #a790ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790ea


Comments

No comments written yet.

Please login to write comment.