Color Hex Logo

#a75edd Color Hex

#A75EDD
(167,94,221)
0 Favorites   0 Comments

Color spaces of #a75edd

RGB 16794221
HSL0.760.650.62
HSV274°57°87°
CMYK 0.240.570.00   0.13
XYZ32.990221.441470.8064
Yxy21.44140.26340.1712
Hunter Lab46.304946.1400-58.2490
CIE-Lab53.429252.1229-53.5687

#a75edd color RGB value is (167,94,221).

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

The process color (four color CMYK) of #a75edd color hex is 0.24, 0.57, 0.00, 0.13. Web safe color of #a75edd is #9966cc. Color #a75edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 11011101
Octal 247 136 335
Decimal 167 94 221
Hex A7 5E DD

RGB Percentages of Color #a75edd

%34.65
%19.50
%45.85

CMYK Percentages of Color #a75edd

%24
%57
%0
%13

Triadic Colors of #a75edd

#a75edd #dda75e #5edda7

Analogous Colors of #a75edd

#a75edd #dd5ed4 #685edd

Monochromatic Colors of #a75edd

#a75edd

Complementary Color

#a75edd #94dd5e

#a75edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75edd Color CSS Codes

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

#a75edd Text Font Color

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

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


#a75edd Background Color

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

This div background color is #a75edd


#a75edd Border Color

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

This div border color is #a75edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75edd


Comments

No comments written yet.

Please login to write comment.