Color Hex Logo

#a043cc Color Hex

#A043CC
(160,67,204)
0 Favorites   0 Comments

Color spaces of #a043cc

RGB 16067204
HSL0.780.570.53
HSV281°67°80°
CMYK 0.220.670.00   0.20
XYZ27.403415.847558.7413
Yxy15.84750.26870.1554
Hunter Lab39.808953.2090-59.6210
CIE-Lab46.773859.7361-54.5831

#a043cc color RGB value is (160,67,204).

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

The process color (four color CMYK) of #a043cc color hex is 0.22, 0.67, 0.00, 0.20. Web safe color of #a043cc is #9933cc. Color #a043cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000011 11001100
Octal 240 103 314
Decimal 160 67 204
Hex A0 43 CC

RGB Percentages of Color #a043cc

%37.12
%15.55
%47.33

CMYK Percentages of Color #a043cc

%22
%67
%0
%20

Triadic Colors of #a043cc

#a043cc #cca043 #43cca0

Analogous Colors of #a043cc

#a043cc #cc43b4 #5c43cc

Monochromatic Colors of #a043cc

#a043cc

Complementary Color

#a043cc #6fcc43

#a043cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a043cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a043cc Color CSS Codes

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

#a043cc Text Font Color

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

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


#a043cc Background Color

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

This div background color is #a043cc


#a043cc Border Color

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

This div border color is #a043cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a043cc


Comments

No comments written yet.

Please login to write comment.