Color Hex Logo

#a75fea Color Hex

#A75FEA
(167,95,234)
0 Favorites   0 Comments

Color spaces of #a75fea

RGB 16795234
HSL0.750.770.65
HSV271°59°92°
CMYK 0.290.590.00   0.08
XYZ34.879822.340480.3157
Yxy22.34040.25360.1624
Hunter Lab47.265649.0097-67.6621
CIE-Lab54.386354.5822-59.3520

#a75fea color RGB value is (167,95,234).

#a75fea hex color red value is 167, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a75fea hue: 0.75 , saturation: 0.77 and the lightness value of a75fea is 0.65.

The process color (four color CMYK) of #a75fea color hex is 0.29, 0.59, 0.00, 0.08. Web safe color of #a75fea is #9966ff. Color #a75fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 11101010
Octal 247 137 352
Decimal 167 95 234
Hex A7 5F EA

RGB Percentages of Color #a75fea

%33.67
%19.15
%47.18

CMYK Percentages of Color #a75fea

%29
%59
%0
%8

Triadic Colors of #a75fea

#a75fea #eaa75f #5feaa7

Analogous Colors of #a75fea

#a75fea #ea5fe8 #615fea

Monochromatic Colors of #a75fea

#a75fea

Complementary Color

#a75fea #a2ea5f

#a75fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fea Color CSS Codes

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

#a75fea Text Font Color

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

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


#a75fea Background Color

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

This div background color is #a75fea


#a75fea Border Color

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

This div border color is #a75fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fea


Comments

No comments written yet.

Please login to write comment.