Color Hex Logo

#a75ade Color Hex

#A75ADE
(167,90,222)
0 Favorites   0 Comments

Color spaces of #a75ade

RGB 16790222
HSL0.760.670.61
HSV275°59°87°
CMYK 0.250.590.00   0.13
XYZ32.777320.801771.3948
Yxy20.80170.26230.1664
Hunter Lab45.608948.4654-60.8846
CIE-Lab52.731854.3717-55.2499

#a75ade color RGB value is (167,90,222).

#a75ade hex color red value is 167, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a75ade hue: 0.76 , saturation: 0.67 and the lightness value of a75ade is 0.61.

The process color (four color CMYK) of #a75ade color hex is 0.25, 0.59, 0.00, 0.13. Web safe color of #a75ade is #9966cc. Color #a75ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 11011110
Octal 247 132 336
Decimal 167 90 222
Hex A7 5A DE

RGB Percentages of Color #a75ade

%34.86
%18.79
%46.35

CMYK Percentages of Color #a75ade

%25
%59
%0
%13

Triadic Colors of #a75ade

#a75ade #dea75a #5adea7

Analogous Colors of #a75ade

#a75ade #de5ad3 #655ade

Monochromatic Colors of #a75ade

#a75ade

Complementary Color

#a75ade #91de5a

#a75ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75ade Color CSS Codes

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

#a75ade Text Font Color

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

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


#a75ade Background Color

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

This div background color is #a75ade


#a75ade Border Color

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

This div border color is #a75ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75ade


Comments

No comments written yet.

Please login to write comment.