Color Hex Logo

#a75ede Color Hex

#A75EDE
(167,94,222)
0 Favorites   0 Comments

Color spaces of #a75ede

RGB 16794222
HSL0.760.660.62
HSV274°58°87°
CMYK 0.250.580.00   0.13
XYZ33.123921.494871.5103
Yxy21.49480.26260.1704
Hunter Lab46.362546.3958-58.9962
CIE-Lab53.486852.3487-54.0417

#a75ede color RGB value is (167,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 11011110
Octal 247 136 336
Decimal 167 94 222
Hex A7 5E DE

RGB Percentages of Color #a75ede

%34.58
%19.46
%45.96

CMYK Percentages of Color #a75ede

%25
%58
%0
%13

Triadic Colors of #a75ede

#a75ede #dea75e #5edea7

Analogous Colors of #a75ede

#a75ede #de5ed5 #675ede

Monochromatic Colors of #a75ede

#a75ede

Complementary Color

#a75ede #95de5e

#a75ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75ede Color CSS Codes

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

#a75ede Text Font Color

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

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


#a75ede Background Color

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

This div background color is #a75ede


#a75ede Border Color

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

This div border color is #a75ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75ede


Comments

No comments written yet.

Please login to write comment.