Color Hex Logo

#a02cda Color Hex

#A02CDA
(160,44,218)
0 Favorites   0 Comments

Color spaces of #a02cda

RGB 16044218
HSL0.780.700.51
HSV280°80°85°
CMYK 0.270.800.00   0.15
XYZ28.052814.336967.6184
Yxy14.33690.25500.1303
Hunter Lab37.864165.9851-79.3763
CIE-Lab44.712371.2109-65.9574

#a02cda color RGB value is (160,44,218).

#a02cda hex color red value is 160, green value is 44 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a02cda hue: 0.78 , saturation: 0.70 and the lightness value of a02cda is 0.51.

The process color (four color CMYK) of #a02cda color hex is 0.27, 0.80, 0.00, 0.15. Web safe color of #a02cda is #9933cc. Color #a02cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101100 11011010
Octal 240 54 332
Decimal 160 44 218
Hex A0 2C DA

RGB Percentages of Color #a02cda

%37.91
%10.43
%51.66

CMYK Percentages of Color #a02cda

%27
%80
%0
%15

Triadic Colors of #a02cda

#a02cda #daa02c #2cdaa0

Analogous Colors of #a02cda

#a02cda #da2cbd #492cda

Monochromatic Colors of #a02cda

#a02cda

Complementary Color

#a02cda #66da2c

#a02cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02cda Color CSS Codes

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

#a02cda Text Font Color

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

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


#a02cda Background Color

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

This div background color is #a02cda


#a02cda Border Color

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

This div border color is #a02cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,44,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02cda


Comments

No comments written yet.

Please login to write comment.