Color Hex Logo

#a051ca Color Hex

#A051CA
(160,81,202)
0 Favorites   0 Comments

Color spaces of #a051ca

RGB 16081202
HSL0.780.530.55
HSV279°60°79°
CMYK 0.210.600.00   0.21
XYZ28.100317.622757.7976
Yxy17.62270.27140.1702
Hunter Lab41.979446.0209-52.2454
CIE-Lab49.035252.7651-49.8074

#a051ca color RGB value is (160,81,202).

#a051ca hex color red value is 160, green value is 81 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a051ca hue: 0.78 , saturation: 0.53 and the lightness value of a051ca is 0.55.

The process color (four color CMYK) of #a051ca color hex is 0.21, 0.60, 0.00, 0.21. Web safe color of #a051ca is #9966cc. Color #a051ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 11001010
Octal 240 121 312
Decimal 160 81 202
Hex A0 51 CA

RGB Percentages of Color #a051ca

%36.12
%18.28
%45.60

CMYK Percentages of Color #a051ca

%21
%60
%0
%21

Triadic Colors of #a051ca

#a051ca #caa051 #51caa0

Analogous Colors of #a051ca

#a051ca #ca51b8 #6351ca

Monochromatic Colors of #a051ca

#a051ca

Complementary Color

#a051ca #7bca51

#a051ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a051ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a051ca Color CSS Codes

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

#a051ca Text Font Color

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

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


#a051ca Background Color

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

This div background color is #a051ca


#a051ca Border Color

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

This div border color is #a051ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a051ca


Comments

No comments written yet.

Please login to write comment.