Color Hex Logo

#a791fd Color Hex

#A791FD
(167,145,253)
0 Favorites   0 Comments

Color spaces of #a791fd

RGB 167145253
HSL0.700.960.78
HSV252°43°99°
CMYK 0.340.430.00   0.01
XYZ43.791435.558197.4839
Yxy35.55810.24760.2011
Hunter Lab59.630626.7329-55.1856
CIE-Lab66.180931.9494-51.0706

#a791fd color RGB value is (167,145,253).

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

The process color (four color CMYK) of #a791fd color hex is 0.34, 0.43, 0.00, 0.01. Web safe color of #a791fd is #9999ff. Color #a791fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 11111101
Octal 247 221 375
Decimal 167 145 253
Hex A7 91 FD

RGB Percentages of Color #a791fd

%29.56
%25.66
%44.78

CMYK Percentages of Color #a791fd

%34
%43
%0
%1

Triadic Colors of #a791fd

#a791fd #fda791 #91fda7

Analogous Colors of #a791fd

#a791fd #dd91fd #91b1fd

Monochromatic Colors of #a791fd

#a791fd

Complementary Color

#a791fd #e7fd91

#a791fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a791fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a791fd Color CSS Codes

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

#a791fd Text Font Color

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

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


#a791fd Background Color

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

This div background color is #a791fd


#a791fd Border Color

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

This div border color is #a791fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a791fd

Related Colors


Comments

No comments written yet.

Please login to write comment.