Color Hex Logo

#a257ed Color Hex

#A257ED
(162,87,237)
0 Favorites   0 Comments

Color spaces of #a257ed

RGB 16287237
HSL0.750.810.64
HSV270°63°93°
CMYK 0.320.630.00   0.07
XYZ33.594520.612282.3287
Yxy20.61220.24600.1510
Hunter Lab45.400752.6310-75.7349
CIE-Lab52.522458.1641-64.0629

#a257ed color RGB value is (162,87,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010111 11101101
Octal 242 127 355
Decimal 162 87 237
Hex A2 57 ED

RGB Percentages of Color #a257ed

%33.33
%17.90
%48.77

CMYK Percentages of Color #a257ed

%32
%63
%0
%7

Triadic Colors of #a257ed

#a257ed #eda257 #57eda2

Analogous Colors of #a257ed

#a257ed #ed57ed #5757ed

Monochromatic Colors of #a257ed

#a257ed

Complementary Color

#a257ed #a2ed57

#a257ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a257ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a257ed Color CSS Codes

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

#a257ed Text Font Color

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

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


#a257ed Background Color

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

This div background color is #a257ed


#a257ed Border Color

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

This div border color is #a257ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a257ed


Comments

No comments written yet.

Please login to write comment.