Color Hex Logo

#a75cfe Color Hex

#A75CFE
(167,92,254)
0 Favorites   0 Comments

Color spaces of #a75cfe

RGB 16792254
HSL0.740.990.68
HSV268°64°100°
CMYK 0.340.640.00   0.00
XYZ37.652923.025596.2258
Yxy23.02550.24000.1467
Hunter Lab47.984956.0922-85.3069
CIE-Lab55.098660.7580-69.3452

#a75cfe color RGB value is (167,92,254).

#a75cfe hex color red value is 167, green value is 92 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a75cfe hue: 0.74 , saturation: 0.99 and the lightness value of a75cfe is 0.68.

The process color (four color CMYK) of #a75cfe color hex is 0.34, 0.64, 0.00, 0.00. Web safe color of #a75cfe is #9966ff. Color #a75cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011100 11111110
Octal 247 134 376
Decimal 167 92 254
Hex A7 5C FE

RGB Percentages of Color #a75cfe

%32.55
%17.93
%49.51

CMYK Percentages of Color #a75cfe

%34
%64
%0
%0

Triadic Colors of #a75cfe

#a75cfe #fea75c #5cfea7

Analogous Colors of #a75cfe

#a75cfe #f85cfe #5c62fe

Monochromatic Colors of #a75cfe

#a75cfe

Complementary Color

#a75cfe #b3fe5c

#a75cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75cfe Color CSS Codes

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

#a75cfe Text Font Color

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

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


#a75cfe Background Color

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

This div background color is #a75cfe


#a75cfe Border Color

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

This div border color is #a75cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.