Color Hex Logo

#a75eed Color Hex

#A75EED
(167,94,237)
0 Favorites   0 Comments

Color spaces of #a75eed

RGB 16794237
HSL0.750.800.65
HSV271°60°93°
CMYK 0.300.600.00   0.07
XYZ35.225122.335382.5753
Yxy22.33530.25140.1594
Hunter Lab47.260250.3384-70.5121
CIE-Lab54.381055.7827-61.0403

#a75eed color RGB value is (167,94,237).

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

The process color (four color CMYK) of #a75eed color hex is 0.30, 0.60, 0.00, 0.07. Web safe color of #a75eed is #9966ff. Color #a75eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 11101101
Octal 247 136 355
Decimal 167 94 237
Hex A7 5E ED

RGB Percentages of Color #a75eed

%33.53
%18.88
%47.59

CMYK Percentages of Color #a75eed

%30
%60
%0
%7

Triadic Colors of #a75eed

#a75eed #eda75e #5eeda7

Analogous Colors of #a75eed

#a75eed #ed5eec #5f5eed

Monochromatic Colors of #a75eed

#a75eed

Complementary Color

#a75eed #a4ed5e

#a75eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75eed Color CSS Codes

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

#a75eed Text Font Color

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

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


#a75eed Background Color

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

This div background color is #a75eed


#a75eed Border Color

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

This div border color is #a75eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75eed


Comments

No comments written yet.

Please login to write comment.