Color Hex Logo

#a655cd Color Hex

#A655CD
(166,85,205)
0 Favorites   0 Comments

Color spaces of #a655cd

RGB 16685205
HSL0.780.550.57
HSV281°59°80°
CMYK 0.190.590.00   0.20
XYZ29.993819.011859.8464
Yxy19.01180.27550.1747
Hunter Lab43.602546.4842-50.8564
CIE-Lab50.701052.9046-48.8267

#a655cd color RGB value is (166,85,205).

#a655cd hex color red value is 166, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a655cd hue: 0.78 , saturation: 0.55 and the lightness value of a655cd is 0.57.

The process color (four color CMYK) of #a655cd color hex is 0.19, 0.59, 0.00, 0.20. Web safe color of #a655cd is #9966cc. Color #a655cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 11001101
Octal 246 125 315
Decimal 166 85 205
Hex A6 55 CD

RGB Percentages of Color #a655cd

%36.40
%18.64
%44.96

CMYK Percentages of Color #a655cd

%19
%59
%0
%20

Triadic Colors of #a655cd

#a655cd #cda655 #55cda6

Analogous Colors of #a655cd

#a655cd #cd55b8 #6a55cd

Monochromatic Colors of #a655cd

#a655cd

Complementary Color

#a655cd #7ccd55

#a655cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a655cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a655cd Color CSS Codes

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

#a655cd Text Font Color

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

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


#a655cd Background Color

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

This div background color is #a655cd


#a655cd Border Color

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

This div border color is #a655cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a655cd


Comments

No comments written yet.

Please login to write comment.