Color Hex Logo

#a775da Color Hex

#A775DA
(167,117,218)
0 Favorites   0 Comments

Color spaces of #a775da

RGB 167117218
HSL0.750.580.66
HSV270°46°85°
CMYK 0.230.460.00   0.15
XYZ34.952526.000069.5060
Yxy26.00000.26790.1993
Hunter Lab50.990233.1244-45.1265
CIE-Lab58.037039.0949-44.5569

#a775da color RGB value is (167,117,218).

#a775da hex color red value is 167, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a775da hue: 0.75 , saturation: 0.58 and the lightness value of a775da is 0.66.

The process color (four color CMYK) of #a775da color hex is 0.23, 0.46, 0.00, 0.15. Web safe color of #a775da is #9966cc. Color #a775da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110101 11011010
Octal 247 165 332
Decimal 167 117 218
Hex A7 75 DA

RGB Percentages of Color #a775da

%33.27
%23.31
%43.43

CMYK Percentages of Color #a775da

%23
%46
%0
%15

Triadic Colors of #a775da

#a775da #daa775 #75daa7

Analogous Colors of #a775da

#a775da #da75da #7576da

Monochromatic Colors of #a775da

#a775da

Complementary Color

#a775da #a8da75

#a775da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a775da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a775da Color CSS Codes

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

#a775da Text Font Color

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

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


#a775da Background Color

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

This div background color is #a775da


#a775da Border Color

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

This div border color is #a775da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,117,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 #a775da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a775da


Comments

No comments written yet.

Please login to write comment.