Color Hex Logo

#a268ed Color Hex

#A268ED
(162,104,237)
0 Favorites   0 Comments

Color spaces of #a268ed

RGB 162104237
HSL0.740.790.67
HSV266°56°93°
CMYK 0.320.560.00   0.07
XYZ35.136723.696482.8427
Yxy23.69640.24800.1673
Hunter Lab48.678943.6540-66.8255
CIE-Lab55.782549.4408-58.8205

#a268ed color RGB value is (162,104,237).

#a268ed hex color red value is 162, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a268ed hue: 0.74 , saturation: 0.79 and the lightness value of a268ed is 0.67.

The process color (four color CMYK) of #a268ed color hex is 0.32, 0.56, 0.00, 0.07. Web safe color of #a268ed is #9966ff. Color #a268ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01101000 11101101
Octal 242 150 355
Decimal 162 104 237
Hex A2 68 ED

RGB Percentages of Color #a268ed

%32.21
%20.68
%47.12

CMYK Percentages of Color #a268ed

%32
%56
%0
%7

Triadic Colors of #a268ed

#a268ed #eda268 #68eda2

Analogous Colors of #a268ed

#a268ed #e568ed #6871ed

Monochromatic Colors of #a268ed

#a268ed

Complementary Color

#a268ed #b3ed68

#a268ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a268ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a268ed Color CSS Codes

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

#a268ed Text Font Color

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

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


#a268ed Background Color

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

This div background color is #a268ed


#a268ed Border Color

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

This div border color is #a268ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,104,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 #a268ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a268ed


Comments

No comments written yet.

Please login to write comment.