Color Hex Logo

#a040ce Color Hex

#A040CE
(160,64,206)
0 Favorites   0 Comments

Color spaces of #a040ce

RGB 16064206
HSL0.780.590.53
HSV281°69°81°
CMYK 0.220.690.00   0.19
XYZ27.471215.596659.9551
Yxy15.59660.26670.1514
Hunter Lab39.492555.0536-62.3656
CIE-Lab46.440761.4439-56.2711

#a040ce color RGB value is (160,64,206).

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

The process color (four color CMYK) of #a040ce color hex is 0.22, 0.69, 0.00, 0.19. Web safe color of #a040ce is #9933cc. Color #a040ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 11001110
Octal 240 100 316
Decimal 160 64 206
Hex A0 40 CE

RGB Percentages of Color #a040ce

%37.21
%14.88
%47.91

CMYK Percentages of Color #a040ce

%22
%69
%0
%19

Triadic Colors of #a040ce

#a040ce #cea040 #40cea0

Analogous Colors of #a040ce

#a040ce #ce40b5 #5940ce

Monochromatic Colors of #a040ce

#a040ce

Complementary Color

#a040ce #6ece40

#a040ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a040ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a040ce Color CSS Codes

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

#a040ce Text Font Color

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

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


#a040ce Background Color

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

This div background color is #a040ce


#a040ce Border Color

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

This div border color is #a040ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a040ce


Comments

No comments written yet.

Please login to write comment.