Color Hex Logo

#a75dc2 Color Hex

#A75DC2
(167,93,194)
0 Favorites   0 Comments

Color spaces of #a75dc2

RGB 16793194
HSL0.790.450.56
HSV284°52°76°
CMYK 0.140.520.00   0.24
XYZ29.588319.939253.3281
Yxy19.93920.28770.1939
Hunter Lab44.653340.1348-39.5509
CIE-Lab51.768446.7628-40.8084

#a75dc2 color RGB value is (167,93,194).

#a75dc2 hex color red value is 167, green value is 93 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #a75dc2 hue: 0.79 , saturation: 0.45 and the lightness value of a75dc2 is 0.56.

The process color (four color CMYK) of #a75dc2 color hex is 0.14, 0.52, 0.00, 0.24. Web safe color of #a75dc2 is #9966cc. Color #a75dc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011101 11000010
Octal 247 135 302
Decimal 167 93 194
Hex A7 5D C2

RGB Percentages of Color #a75dc2

%36.78
%20.48
%42.73

CMYK Percentages of Color #a75dc2

%14
%52
%0
%24

Triadic Colors of #a75dc2

#a75dc2 #c2a75d #5dc2a7

Analogous Colors of #a75dc2

#a75dc2 #c25dab #755dc2

Monochromatic Colors of #a75dc2

#a75dc2

Complementary Color

#a75dc2 #78c25d

#a75dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75dc2 Color CSS Codes

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

#a75dc2 Text Font Color

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

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


#a75dc2 Background Color

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

This div background color is #a75dc2


#a75dc2 Border Color

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

This div border color is #a75dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75dc2


Comments

No comments written yet.

Please login to write comment.