Color Hex Logo

#a790cf Color Hex

#A790CF
(167,144,207)
0 Favorites   0 Comments

Color spaces of #a790cf

RGB 167144207
HSL0.730.400.69
HSV262°30°81°
CMYK 0.190.300.00   0.19
XYZ37.172132.667063.3777
Yxy32.66700.27900.2452
Hunter Lab57.155116.0702-25.7365
CIE-Lab63.890421.2927-29.2473

#a790cf color RGB value is (167,144,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11001111
Octal 247 220 317
Decimal 167 144 207
Hex A7 90 CF

RGB Percentages of Color #a790cf

%32.24
%27.80
%39.96

CMYK Percentages of Color #a790cf

%19
%30
%0
%19

Triadic Colors of #a790cf

#a790cf #cfa790 #90cfa7

Analogous Colors of #a790cf

#a790cf #c790cf #9099cf

Monochromatic Colors of #a790cf

#a790cf

Complementary Color

#a790cf #b8cf90

#a790cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790cf Color CSS Codes

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

#a790cf Text Font Color

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

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


#a790cf Background Color

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

This div background color is #a790cf


#a790cf Border Color

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

This div border color is #a790cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790cf


Comments

No comments written yet.

Please login to write comment.