Color Hex Logo

#a742ed Color Hex

#A742ED
(167,66,237)
0 Favorites   0 Comments

Color spaces of #a742ed

RGB 16766237
HSL0.770.830.59
HSV275°72°93°
CMYK 0.300.720.00   0.07
XYZ33.170618.226381.8905
Yxy18.22630.24890.1367
Hunter Lab42.692363.9776-83.8430
CIE-Lab49.769468.5372-68.4856

#a742ed color RGB value is (167,66,237).

#a742ed hex color red value is 167, green value is 66 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a742ed hue: 0.77 , saturation: 0.83 and the lightness value of a742ed is 0.59.

The process color (four color CMYK) of #a742ed color hex is 0.30, 0.72, 0.00, 0.07. Web safe color of #a742ed is #9933ff. Color #a742ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 11101101
Octal 247 102 355
Decimal 167 66 237
Hex A7 42 ED

RGB Percentages of Color #a742ed

%35.53
%14.04
%50.43

CMYK Percentages of Color #a742ed

%30
%72
%0
%7

Triadic Colors of #a742ed

#a742ed #eda742 #42eda7

Analogous Colors of #a742ed

#a742ed #ed42de #5142ed

Monochromatic Colors of #a742ed

#a742ed

Complementary Color

#a742ed #88ed42

#a742ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a742ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a742ed Color CSS Codes

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

#a742ed Text Font Color

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

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


#a742ed Background Color

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

This div background color is #a742ed


#a742ed Border Color

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

This div border color is #a742ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a742ed


Comments

No comments written yet.

Please login to write comment.