Color Hex Logo

#a75dc7 Color Hex

#A75DC7
(167,93,199)
0 Favorites   0 Comments

Color spaces of #a75dc7

RGB 16793199
HSL0.780.490.57
HSV282°53°78°
CMYK 0.160.530.00   0.22
XYZ30.159520.167756.3360
Yxy20.16770.28280.1891
Hunter Lab44.908541.2867-42.9412
CIE-Lab52.026347.8179-43.2738

#a75dc7 color RGB value is (167,93,199).

#a75dc7 hex color red value is 167, green value is 93 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a75dc7 hue: 0.78 , saturation: 0.49 and the lightness value of a75dc7 is 0.57.

The process color (four color CMYK) of #a75dc7 color hex is 0.16, 0.53, 0.00, 0.22. Web safe color of #a75dc7 is #9966cc. Color #a75dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011101 11000111
Octal 247 135 307
Decimal 167 93 199
Hex A7 5D C7

RGB Percentages of Color #a75dc7

%36.38
%20.26
%43.36

CMYK Percentages of Color #a75dc7

%16
%53
%0
%22

Triadic Colors of #a75dc7

#a75dc7 #c7a75d #5dc7a7

Analogous Colors of #a75dc7

#a75dc7 #c75db2 #725dc7

Monochromatic Colors of #a75dc7

#a75dc7

Complementary Color

#a75dc7 #7dc75d

#a75dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75dc7 Color CSS Codes

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

#a75dc7 Text Font Color

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

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


#a75dc7 Background Color

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

This div background color is #a75dc7


#a75dc7 Border Color

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

This div border color is #a75dc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75dc7


Comments

No comments written yet.

Please login to write comment.