Color Hex Logo

#a645cd Color Hex

#A645CD
(166,69,205)
0 Favorites   0 Comments

Color spaces of #a645cd

RGB 16669205
HSL0.790.580.54
HSV283°66°80°
CMYK 0.190.660.00   0.20
XYZ28.873516.771059.4729
Yxy16.77100.27470.1595
Hunter Lab40.952454.1847-57.4369
CIE-Lab47.970260.3833-53.1935

#a645cd color RGB value is (166,69,205).

#a645cd hex color red value is 166, green value is 69 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a645cd hue: 0.79 , saturation: 0.58 and the lightness value of a645cd is 0.54.

The process color (four color CMYK) of #a645cd color hex is 0.19, 0.66, 0.00, 0.20. Web safe color of #a645cd is #9933cc. Color #a645cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 11001101
Octal 246 105 315
Decimal 166 69 205
Hex A6 45 CD

RGB Percentages of Color #a645cd

%37.73
%15.68
%46.59

CMYK Percentages of Color #a645cd

%19
%66
%0
%20

Triadic Colors of #a645cd

#a645cd #cda645 #45cda6

Analogous Colors of #a645cd

#a645cd #cd45b0 #6245cd

Monochromatic Colors of #a645cd

#a645cd

Complementary Color

#a645cd #6ccd45

#a645cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a645cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a645cd Color CSS Codes

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

#a645cd Text Font Color

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

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


#a645cd Background Color

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

This div background color is #a645cd


#a645cd Border Color

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

This div border color is #a645cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a645cd


Comments

No comments written yet.

Please login to write comment.