Color Hex Logo

#a791da Color Hex

#A791DA
(167,145,218)
0 Favorites   0 Comments

Color spaces of #a791da

RGB 167145218
HSL0.720.500.71
HSV258°33°85°
CMYK 0.230.330.00   0.15
XYZ38.716633.528270.7607
Yxy33.52820.27070.2345
Hunter Lab57.903518.0210-31.9225
CIE-Lab64.586323.2885-34.2951

#a791da color RGB value is (167,145,218).

#a791da hex color red value is 167, green value is 145 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a791da hue: 0.72 , saturation: 0.50 and the lightness value of a791da is 0.71.

The process color (four color CMYK) of #a791da color hex is 0.23, 0.33, 0.00, 0.15. Web safe color of #a791da is #9999cc. Color #a791da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 11011010
Octal 247 221 332
Decimal 167 145 218
Hex A7 91 DA

RGB Percentages of Color #a791da

%31.51
%27.36
%41.13

CMYK Percentages of Color #a791da

%23
%33
%0
%15

Triadic Colors of #a791da

#a791da #daa791 #91daa7

Analogous Colors of #a791da

#a791da #cc91da #91a0da

Monochromatic Colors of #a791da

#a791da

Complementary Color

#a791da #c4da91

#a791da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a791da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a791da Color CSS Codes

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

#a791da Text Font Color

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

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


#a791da Background Color

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

This div background color is #a791da


#a791da Border Color

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

This div border color is #a791da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a791da


Comments

No comments written yet.

Please login to write comment.