Color Hex Logo

#a153dd Color Hex

#A153DD
(161,83,221)
0 Favorites   0 Comments

Color spaces of #a153dd

RGB 16183221
HSL0.760.670.60
HSV274°62°87°
CMYK 0.270.620.00   0.13
XYZ30.842318.984070.4453
Yxy18.98400.25640.1578
Hunter Lab43.570650.1060-65.3610
CIE-Lab50.668556.2250-58.0336

#a153dd color RGB value is (161,83,221).

#a153dd hex color red value is 161, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a153dd hue: 0.76 , saturation: 0.67 and the lightness value of a153dd is 0.60.

The process color (four color CMYK) of #a153dd color hex is 0.27, 0.62, 0.00, 0.13. Web safe color of #a153dd is #9966cc. Color #a153dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 11011101
Octal 241 123 335
Decimal 161 83 221
Hex A1 53 DD

RGB Percentages of Color #a153dd

%34.62
%17.85
%47.53

CMYK Percentages of Color #a153dd

%27
%62
%0
%13

Triadic Colors of #a153dd

#a153dd #dda153 #53dda1

Analogous Colors of #a153dd

#a153dd #dd53d4 #5c53dd

Monochromatic Colors of #a153dd

#a153dd

Complementary Color

#a153dd #8fdd53

#a153dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a153dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a153dd Color CSS Codes

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

#a153dd Text Font Color

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

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


#a153dd Background Color

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

This div background color is #a153dd


#a153dd Border Color

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

This div border color is #a153dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a153dd


Comments

No comments written yet.

Please login to write comment.