Color Hex Logo

#a541cd Color Hex

#A541CD
(165,65,205)
0 Favorites   0 Comments

Color spaces of #a541cd

RGB 16565205
HSL0.790.580.53
HSV283°68°80°
CMYK 0.200.680.00   0.20
XYZ28.426816.187759.3839
Yxy16.18770.27330.1557
Hunter Lab40.233955.7076-59.3462
CIE-Lab47.219861.8754-54.4057

#a541cd color RGB value is (165,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000001 11001101
Octal 245 101 315
Decimal 165 65 205
Hex A5 41 CD

RGB Percentages of Color #a541cd

%37.93
%14.94
%47.13

CMYK Percentages of Color #a541cd

%20
%68
%0
%20

Triadic Colors of #a541cd

#a541cd #cda541 #41cda5

Analogous Colors of #a541cd

#a541cd #cd41af #5f41cd

Monochromatic Colors of #a541cd

#a541cd

Complementary Color

#a541cd #69cd41

#a541cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a541cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a541cd Color CSS Codes

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

#a541cd Text Font Color

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

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


#a541cd Background Color

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

This div background color is #a541cd


#a541cd Border Color

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

This div border color is #a541cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a541cd


Comments

No comments written yet.

Please login to write comment.