Color Hex Logo

#a790cd Color Hex

#A790CD
(167,144,205)
0 Favorites   0 Comments

Color spaces of #a790cd

RGB 167144205
HSL0.730.380.68
HSV263°30°80°
CMYK 0.190.300.00   0.20
XYZ36.929132.569862.0978
Yxy32.56980.28060.2475
Hunter Lab57.070015.6322-24.5645
CIE-Lab63.811020.8361-28.2523

#a790cd color RGB value is (167,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11001101
Octal 247 220 315
Decimal 167 144 205
Hex A7 90 CD

RGB Percentages of Color #a790cd

%32.36
%27.91
%39.73

CMYK Percentages of Color #a790cd

%19
%30
%0
%20

Triadic Colors of #a790cd

#a790cd #cda790 #90cda7

Analogous Colors of #a790cd

#a790cd #c690cd #9098cd

Monochromatic Colors of #a790cd

#a790cd

Complementary Color

#a790cd #b6cd90

#a790cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790cd Color CSS Codes

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

#a790cd Text Font Color

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

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


#a790cd Background Color

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

This div background color is #a790cd


#a790cd Border Color

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

This div border color is #a790cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790cd


Comments

No comments written yet.

Please login to write comment.