Color Hex Logo

#a790ff Color Hex

#A790FF
(167,144,255)
0 Favorites   0 Comments

Color spaces of #a790ff

RGB 167144255
HSL0.701.000.78
HSV252°44°100°
CMYK 0.350.440.00   0.00
XYZ43.959635.382099.1202
Yxy35.38200.24630.1983
Hunter Lab59.482827.8222-57.1610
CIE-Lab66.045033.0289-52.3774

#a790ff color RGB value is (167,144,255).

#a790ff hex color red value is 167, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a790ff hue: 0.70 , saturation: 1.00 and the lightness value of a790ff is 0.78.

The process color (four color CMYK) of #a790ff color hex is 0.35, 0.44, 0.00, 0.00. Web safe color of #a790ff is #9999ff. Color #a790ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 11111111
Octal 247 220 377
Decimal 167 144 255
Hex A7 90 FF

RGB Percentages of Color #a790ff

%29.51
%25.44
%45.05

CMYK Percentages of Color #a790ff

%35
%44
%0
%0

Triadic Colors of #a790ff

#a790ff #ffa790 #90ffa7

Analogous Colors of #a790ff

#a790ff #df90ff #90b1ff

Monochromatic Colors of #a790ff

#a790ff

Complementary Color

#a790ff #e8ff90

#a790ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a790ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a790ff Color CSS Codes

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

#a790ff Text Font Color

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

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


#a790ff Background Color

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

This div background color is #a790ff


#a790ff Border Color

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

This div border color is #a790ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a790ff

Related Colors


Comments

No comments written yet.

Please login to write comment.