Color Hex Logo

#a281ed Color Hex

#A281ED
(162,129,237)
0 Favorites   0 Comments

Color spaces of #a281ed

RGB 162129237
HSL0.720.750.72
HSV258°46°93°
CMYK 0.320.460.00   0.07
XYZ38.036629.496383.8094
Yxy29.49630.25130.1949
Hunter Lab54.310529.9699-53.4762
CIE-Lab61.217235.6280-50.1579

#a281ed color RGB value is (162,129,237).

#a281ed hex color red value is 162, green value is 129 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a281ed hue: 0.72 , saturation: 0.75 and the lightness value of a281ed is 0.72.

The process color (four color CMYK) of #a281ed color hex is 0.32, 0.46, 0.00, 0.07. Web safe color of #a281ed is #9999ff. Color #a281ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000001 11101101
Octal 242 201 355
Decimal 162 129 237
Hex A2 81 ED

RGB Percentages of Color #a281ed

%30.68
%24.43
%44.89

CMYK Percentages of Color #a281ed

%32
%46
%0
%7

Triadic Colors of #a281ed

#a281ed #eda281 #81eda2

Analogous Colors of #a281ed

#a281ed #d881ed #8196ed

Monochromatic Colors of #a281ed

#a281ed

Complementary Color

#a281ed #cced81

#a281ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a281ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a281ed Color CSS Codes

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

#a281ed Text Font Color

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

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


#a281ed Background Color

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

This div background color is #a281ed


#a281ed Border Color

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

This div border color is #a281ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a281ed


Comments

No comments written yet.

Please login to write comment.