Color Hex Logo

#a657ea Color Hex

#A657EA
(166,87,234)
0 Favorites   0 Comments

Color spaces of #a657ea

RGB 16687234
HSL0.760.780.63
HSV272°63°92°
CMYK 0.290.630.00   0.08
XYZ33.985420.863980.0778
Yxy20.86390.25190.1546
Hunter Lab45.677052.8759-71.9692
CIE-Lab52.800258.3326-61.9081

#a657ea color RGB value is (166,87,234).

#a657ea hex color red value is 166, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a657ea hue: 0.76 , saturation: 0.78 and the lightness value of a657ea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010111 11101010
Octal 246 127 352
Decimal 166 87 234
Hex A6 57 EA

RGB Percentages of Color #a657ea

%34.09
%17.86
%48.05

CMYK Percentages of Color #a657ea

%29
%63
%0
%8

Triadic Colors of #a657ea

#a657ea #eaa657 #57eaa6

Analogous Colors of #a657ea

#a657ea #ea57e5 #5c57ea

Monochromatic Colors of #a657ea

#a657ea

Complementary Color

#a657ea #9bea57

#a657ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a657ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a657ea Color CSS Codes

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

#a657ea Text Font Color

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

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


#a657ea Background Color

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

This div background color is #a657ea


#a657ea Border Color

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

This div border color is #a657ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a657ea


Comments

No comments written yet.

Please login to write comment.