Color Hex Logo

#a03cff Color Hex

#A03CFF
(160,60,255)
0 Favorites   0 Comments

Color spaces of #a03cff

RGB 16060255
HSL0.751.000.62
HSV271°76°100°
CMYK 0.370.760.00   0.00
XYZ34.163117.925396.2671
Yxy17.92530.23030.1208
Hunter Lab42.338369.9411-105.1744
CIE-Lab49.405473.5830-79.1885

#a03cff color RGB value is (160,60,255).

#a03cff hex color red value is 160, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a03cff hue: 0.75 , saturation: 1.00 and the lightness value of a03cff is 0.62.

The process color (four color CMYK) of #a03cff color hex is 0.37, 0.76, 0.00, 0.00. Web safe color of #a03cff is #9933ff. Color #a03cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 11111111
Octal 240 74 377
Decimal 160 60 255
Hex A0 3C FF

RGB Percentages of Color #a03cff

%33.68
%12.63
%53.68

CMYK Percentages of Color #a03cff

%37
%76
%0
%0

Triadic Colors of #a03cff

#a03cff #ffa03c #3cffa0

Analogous Colors of #a03cff

#a03cff #ff3cfd #3e3cff

Monochromatic Colors of #a03cff

#a03cff

Complementary Color

#a03cff #9bff3c

#a03cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cff Color CSS Codes

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

#a03cff Text Font Color

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

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


#a03cff Background Color

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

This div background color is #a03cff


#a03cff Border Color

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

This div border color is #a03cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cff

Related Colors


Comments

No comments written yet.

Please login to write comment.