Color Hex Logo

#a03cda Color Hex

#A03CDA
(160,60,218)
0 Favorites   0 Comments

Color spaces of #a03cda

RGB 16060218
HSL0.770.680.55
HSV278°72°85°
CMYK 0.270.720.00   0.15
XYZ28.768015.767367.8568
Yxy15.76730.25600.1403
Hunter Lab39.708159.8319-73.5246
CIE-Lab46.667765.5876-62.7863

#a03cda color RGB value is (160,60,218).

#a03cda hex color red value is 160, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a03cda hue: 0.77 , saturation: 0.68 and the lightness value of a03cda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 11011010
Octal 240 74 332
Decimal 160 60 218
Hex A0 3C DA

RGB Percentages of Color #a03cda

%36.53
%13.70
%49.77

CMYK Percentages of Color #a03cda

%27
%72
%0
%15

Triadic Colors of #a03cda

#a03cda #daa03c #3cdaa0

Analogous Colors of #a03cda

#a03cda #da3cc5 #513cda

Monochromatic Colors of #a03cda

#a03cda

Complementary Color

#a03cda #76da3c

#a03cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cda Color CSS Codes

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

#a03cda Text Font Color

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

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


#a03cda Background Color

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

This div background color is #a03cda


#a03cda Border Color

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

This div border color is #a03cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cda


Comments

No comments written yet.

Please login to write comment.