Color Hex Logo

#a75fda Color Hex

#A75FDA
(167,95,218)
0 Favorites   0 Comments

Color spaces of #a75fda

RGB 16795218
HSL0.760.620.61
HSV275°56°85°
CMYK 0.230.560.00   0.15
XYZ32.683421.461968.7496
Yxy21.46190.26590.1746
Hunter Lab46.327044.8584-55.5579
CIE-Lab53.451450.9349-51.8363

#a75fda color RGB value is (167,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11011010
Octal 247 137 332
Decimal 167 95 218
Hex A7 5F DA

RGB Percentages of Color #a75fda

%34.79
%19.79
%45.42

CMYK Percentages of Color #a75fda

%23
%56
%0
%15

Triadic Colors of #a75fda

#a75fda #daa75f #5fdaa7

Analogous Colors of #a75fda

#a75fda #da5fd0 #6a5fda

Monochromatic Colors of #a75fda

#a75fda

Complementary Color

#a75fda #92da5f

#a75fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fda Color CSS Codes

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

#a75fda Text Font Color

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

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


#a75fda Background Color

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

This div background color is #a75fda


#a75fda Border Color

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

This div border color is #a75fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fda


Comments

No comments written yet.

Please login to write comment.