Color Hex Logo

#a541dd Color Hex

#A541DD
(165,65,221)
0 Favorites   0 Comments

Color spaces of #a541dd

RGB 16565221
HSL0.770.700.56
HSV278°71°87°
CMYK 0.250.710.00   0.13
XYZ30.458517.000470.0827
Yxy17.00040.25910.1446
Hunter Lab41.231559.7060-71.9152
CIE-Lab48.260565.1729-61.8879

#a541dd color RGB value is (165,65,221).

#a541dd hex color red value is 165, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a541dd hue: 0.77 , saturation: 0.70 and the lightness value of a541dd is 0.56.

The process color (four color CMYK) of #a541dd color hex is 0.25, 0.71, 0.00, 0.13. Web safe color of #a541dd is #9933cc. Color #a541dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000001 11011101
Octal 245 101 335
Decimal 165 65 221
Hex A5 41 DD

RGB Percentages of Color #a541dd

%36.59
%14.41
%49.00

CMYK Percentages of Color #a541dd

%25
%71
%0
%13

Triadic Colors of #a541dd

#a541dd #dda541 #41dda5

Analogous Colors of #a541dd

#a541dd #dd41c7 #5741dd

Monochromatic Colors of #a541dd

#a541dd

Complementary Color

#a541dd #79dd41

#a541dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a541dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a541dd Color CSS Codes

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

#a541dd Text Font Color

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

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


#a541dd Background Color

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

This div background color is #a541dd


#a541dd Border Color

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

This div border color is #a541dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,65,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a541dd


Comments

No comments written yet.

Please login to write comment.