Color Hex Logo

#a130ca Color Hex

#A130CA
(161,48,202)
0 Favorites   0 Comments

Color spaces of #a130ca

RGB 16148202
HSL0.790.620.49
HSV284°76°79°
CMYK 0.200.760.00   0.21
XYZ26.415613.955257.1785
Yxy13.95520.27080.1431
Hunter Lab37.356760.8466-64.6002
CIE-Lab44.168666.9477-57.6179

#a130ca color RGB value is (161,48,202).

#a130ca hex color red value is 161, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a130ca hue: 0.79 , saturation: 0.62 and the lightness value of a130ca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110000 11001010
Octal 241 60 312
Decimal 161 48 202
Hex A1 30 CA

RGB Percentages of Color #a130ca

%39.17
%11.68
%49.15

CMYK Percentages of Color #a130ca

%20
%76
%0
%21

Triadic Colors of #a130ca

#a130ca #caa130 #30caa1

Analogous Colors of #a130ca

#a130ca #ca30a6 #5430ca

Monochromatic Colors of #a130ca

#a130ca

Complementary Color

#a130ca #59ca30

#a130ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a130ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a130ca Color CSS Codes

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

#a130ca Text Font Color

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

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


#a130ca Background Color

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

This div background color is #a130ca


#a130ca Border Color

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

This div border color is #a130ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,48,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a130ca


Comments

No comments written yet.

Please login to write comment.