Color Hex Logo

#a790de Color Hex

#A790DE
(167,144,222)
0 Favorites   0 Comments

Color spaces of #a790de

RGB 167144222
HSL0.720.540.72
HSV258°35°87°
CMYK 0.250.350.00   0.13
XYZ39.094433.435973.5005
Yxy33.43590.26770.2290
Hunter Lab57.823819.4914-34.8876
CIE-Lab64.512324.8092-36.6303

#a790de color RGB value is (167,144,222).

#a790de hex color red value is 167, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a790de hue: 0.72 , saturation: 0.54 and the lightness value of a790de is 0.72.

The process color (four color CMYK) of #a790de color hex is 0.25, 0.35, 0.00, 0.13. Web safe color of #a790de is #9999cc. Color #a790de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11011110
Octal 247 220 336
Decimal 167 144 222
Hex A7 90 DE

RGB Percentages of Color #a790de

%31.33
%27.02
%41.65

CMYK Percentages of Color #a790de

%25
%35
%0
%13

Triadic Colors of #a790de

#a790de #dea790 #90dea7

Analogous Colors of #a790de

#a790de #ce90de #90a0de

Monochromatic Colors of #a790de

#a790de

Complementary Color

#a790de #c7de90

#a790de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790de Color CSS Codes

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

#a790de Text Font Color

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

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


#a790de Background Color

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

This div background color is #a790de


#a790de Border Color

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

This div border color is #a790de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790de


Comments

No comments written yet.

Please login to write comment.