Color Hex Logo

#a75dc4 Color Hex

#A75DC4
(167,93,196)
0 Favorites   0 Comments

Color spaces of #a75dc4

RGB 16793196
HSL0.790.470.57
HSV283°53°77°
CMYK 0.150.530.00   0.23
XYZ29.814520.029754.5193
Yxy20.02970.28570.1919
Hunter Lab44.754640.5923-40.8980
CIE-Lab51.870847.1829-41.7971

#a75dc4 color RGB value is (167,93,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011101 11000100
Octal 247 135 304
Decimal 167 93 196
Hex A7 5D C4

RGB Percentages of Color #a75dc4

%36.62
%20.39
%42.98

CMYK Percentages of Color #a75dc4

%15
%53
%0
%23

Triadic Colors of #a75dc4

#a75dc4 #c4a75d #5dc4a7

Analogous Colors of #a75dc4

#a75dc4 #c45dae #745dc4

Monochromatic Colors of #a75dc4

#a75dc4

Complementary Color

#a75dc4 #7ac45d

#a75dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75dc4 Color CSS Codes

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

#a75dc4 Text Font Color

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

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


#a75dc4 Background Color

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

This div background color is #a75dc4


#a75dc4 Border Color

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

This div border color is #a75dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75dc4


Comments

No comments written yet.

Please login to write comment.