Color Hex Logo

#a657dc Color Hex

#A657DC
(166,87,220)
0 Favorites   0 Comments

Color spaces of #a657dc

RGB 16687220
HSL0.770.660.60
HSV276°60°86°
CMYK 0.250.600.00   0.14
XYZ32.052320.090769.8987
Yxy20.09070.26260.1646
Hunter Lab44.822749.2042-61.0840
CIE-Lab51.939655.1817-55.3934

#a657dc color RGB value is (166,87,220).

#a657dc hex color red value is 166, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a657dc hue: 0.77 , saturation: 0.66 and the lightness value of a657dc is 0.60.

The process color (four color CMYK) of #a657dc color hex is 0.25, 0.60, 0.00, 0.14. Web safe color of #a657dc is #9966cc. Color #a657dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010111 11011100
Octal 246 127 334
Decimal 166 87 220
Hex A6 57 DC

RGB Percentages of Color #a657dc

%35.10
%18.39
%46.51

CMYK Percentages of Color #a657dc

%25
%60
%0
%14

Triadic Colors of #a657dc

#a657dc #dca657 #57dca6

Analogous Colors of #a657dc

#a657dc #dc57d0 #6457dc

Monochromatic Colors of #a657dc

#a657dc

Complementary Color

#a657dc #8ddc57

#a657dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a657dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a657dc Color CSS Codes

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

#a657dc Text Font Color

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

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


#a657dc Background Color

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

This div background color is #a657dc


#a657dc Border Color

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

This div border color is #a657dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,87,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a657dc


Comments

No comments written yet.

Please login to write comment.