Color Hex Logo

#a75eea Color Hex

#A75EEA
(167,94,234)
0 Favorites   0 Comments

Color spaces of #a75eea

RGB 16794234
HSL0.750.770.64
HSV271°60°92°
CMYK 0.290.600.00   0.08
XYZ34.790322.161480.2858
Yxy22.16140.25350.1615
Hunter Lab47.075949.5333-68.1633
CIE-Lab54.197855.0882-59.6546

#a75eea color RGB value is (167,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 11101010
Octal 247 136 352
Decimal 167 94 234
Hex A7 5E EA

RGB Percentages of Color #a75eea

%33.74
%18.99
%47.27

CMYK Percentages of Color #a75eea

%29
%60
%0
%8

Triadic Colors of #a75eea

#a75eea #eaa75e #5eeaa7

Analogous Colors of #a75eea

#a75eea #ea5ee7 #615eea

Monochromatic Colors of #a75eea

#a75eea

Complementary Color

#a75eea #a1ea5e

#a75eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75eea Color CSS Codes

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

#a75eea Text Font Color

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

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


#a75eea Background Color

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

This div background color is #a75eea


#a75eea Border Color

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

This div border color is #a75eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,94,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 #a75eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75eea


Comments

No comments written yet.

Please login to write comment.