Color Hex Logo

#a75fae Color Hex

#A75FAE
(167,95,174)
0 Favorites   0 Comments

Color spaces of #a75fae

RGB 16795174
HSL0.820.330.53
HSV295°45°68°
CMYK 0.040.450.00   0.32
XYZ27.668519.455942.3415
Yxy19.45590.30930.2175
Hunter Lab44.108834.7786-26.0382
CIE-Lab51.216441.6487-30.0915

#a75fae color RGB value is (167,95,174).

#a75fae hex color red value is 167, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a75fae hue: 0.82 , saturation: 0.33 and the lightness value of a75fae is 0.53.

The process color (four color CMYK) of #a75fae color hex is 0.04, 0.45, 0.00, 0.32. Web safe color of #a75fae is #996699. Color #a75fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 10101110
Octal 247 137 256
Decimal 167 95 174
Hex A7 5F AE

RGB Percentages of Color #a75fae

%38.30
%21.79
%39.91

CMYK Percentages of Color #a75fae

%4
%45
%0
%32

Triadic Colors of #a75fae

#a75fae #aea75f #5faea7

Analogous Colors of #a75fae

#a75fae #ae5f8e #805fae

Monochromatic Colors of #a75fae

#a75fae

Complementary Color

#a75fae #66ae5f

#a75fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fae Color CSS Codes

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

#a75fae Text Font Color

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

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


#a75fae Background Color

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

This div background color is #a75fae


#a75fae Border Color

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

This div border color is #a75fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fae


Comments

No comments written yet.

Please login to write comment.