Color Hex Logo

#a130dd Color Hex

#A130DD
(161,48,221)
0 Favorites   0 Comments

Color spaces of #a130dd

RGB 16148221
HSL0.780.720.53
HSV279°78°87°
CMYK 0.270.780.00   0.13
XYZ28.806014.911469.7666
Yxy14.91140.25380.1314
Hunter Lab38.615365.5796-80.0891
CIE-Lab45.512670.7142-66.3657

#a130dd color RGB value is (161,48,221).

#a130dd hex color red value is 161, green value is 48 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a130dd hue: 0.78 , saturation: 0.72 and the lightness value of a130dd is 0.53.

The process color (four color CMYK) of #a130dd color hex is 0.27, 0.78, 0.00, 0.13. Web safe color of #a130dd is #9933cc. Color #a130dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110000 11011101
Octal 241 60 335
Decimal 161 48 221
Hex A1 30 DD

RGB Percentages of Color #a130dd

%37.44
%11.16
%51.40

CMYK Percentages of Color #a130dd

%27
%78
%0
%13

Triadic Colors of #a130dd

#a130dd #dda130 #30dda1

Analogous Colors of #a130dd

#a130dd #dd30c3 #4a30dd

Monochromatic Colors of #a130dd

#a130dd

Complementary Color

#a130dd #6cdd30

#a130dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a130dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a130dd Color CSS Codes

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

#a130dd Text Font Color

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

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


#a130dd Background Color

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

This div background color is #a130dd


#a130dd Border Color

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

This div border color is #a130dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a130dd


Comments

No comments written yet.

Please login to write comment.