Color Hex Logo

#a675ea Color Hex

#A675EA
(166,117,234)
0 Favorites   0 Comments

Color spaces of #a675ea

RGB 166117234
HSL0.740.740.69
HSV265°50°92°
CMYK 0.290.500.00   0.08
XYZ36.938526.770181.0622
Yxy26.77010.25520.1849
Hunter Lab51.739836.8914-56.6734
CIE-Lab58.760942.6348-52.3678

#a675ea color RGB value is (166,117,234).

#a675ea hex color red value is 166, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a675ea hue: 0.74 , saturation: 0.74 and the lightness value of a675ea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 11101010
Octal 246 165 352
Decimal 166 117 234
Hex A6 75 EA

RGB Percentages of Color #a675ea

%32.11
%22.63
%45.26

CMYK Percentages of Color #a675ea

%29
%50
%0
%8

Triadic Colors of #a675ea

#a675ea #eaa675 #75eaa6

Analogous Colors of #a675ea

#a675ea #e175ea #757fea

Monochromatic Colors of #a675ea

#a675ea

Complementary Color

#a675ea #b9ea75

#a675ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675ea Color CSS Codes

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

#a675ea Text Font Color

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

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


#a675ea Background Color

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

This div background color is #a675ea


#a675ea Border Color

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

This div border color is #a675ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675ea


Comments

No comments written yet.

Please login to write comment.