Color Hex Logo

#a740ea Color Hex

#A740EA
(167,64,234)
0 Favorites   0 Comments

Color spaces of #a740ea

RGB 16764234
HSL0.770.800.58
HSV276°73°92°
CMYK 0.290.730.00   0.08
XYZ32.621017.822879.5627
Yxy17.82280.25090.1371
Hunter Lab42.217164.0466-82.1866
CIE-Lab49.280568.6898-67.5887

#a740ea color RGB value is (167,64,234).

#a740ea hex color red value is 167, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a740ea hue: 0.77 , saturation: 0.80 and the lightness value of a740ea is 0.58.

The process color (four color CMYK) of #a740ea color hex is 0.29, 0.73, 0.00, 0.08. Web safe color of #a740ea is #9933ff. Color #a740ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000000 11101010
Octal 247 100 352
Decimal 167 64 234
Hex A7 40 EA

RGB Percentages of Color #a740ea

%35.91
%13.76
%50.32

CMYK Percentages of Color #a740ea

%29
%73
%0
%8

Triadic Colors of #a740ea

#a740ea #eaa740 #40eaa7

Analogous Colors of #a740ea

#a740ea #ea40d8 #5240ea

Monochromatic Colors of #a740ea

#a740ea

Complementary Color

#a740ea #83ea40

#a740ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a740ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a740ea Color CSS Codes

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

#a740ea Text Font Color

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

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


#a740ea Background Color

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

This div background color is #a740ea


#a740ea Border Color

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

This div border color is #a740ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a740ea


Comments

No comments written yet.

Please login to write comment.