Color Hex Logo

#a257ea Color Hex

#A257EA
(162,87,234)
0 Favorites   0 Comments

Color spaces of #a257ea

RGB 16287234
HSL0.750.780.63
HSV271°63°92°
CMYK 0.310.630.00   0.08
XYZ33.159820.438380.0392
Yxy20.43830.24810.1529
Hunter Lab45.208751.8113-73.3231
CIE-Lab52.329257.4656-62.6912

#a257ea color RGB value is (162,87,234).

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

The process color (four color CMYK) of #a257ea color hex is 0.31, 0.63, 0.00, 0.08. Web safe color of #a257ea is #9966ff. Color #a257ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010111 11101010
Octal 242 127 352
Decimal 162 87 234
Hex A2 57 EA

RGB Percentages of Color #a257ea

%33.54
%18.01
%48.45

CMYK Percentages of Color #a257ea

%31
%63
%0
%8

Triadic Colors of #a257ea

#a257ea #eaa257 #57eaa2

Analogous Colors of #a257ea

#a257ea #ea57e9 #5857ea

Monochromatic Colors of #a257ea

#a257ea

Complementary Color

#a257ea #9fea57

#a257ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a257ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a257ea Color CSS Codes

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

#a257ea Text Font Color

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

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


#a257ea Background Color

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

This div background color is #a257ea


#a257ea Border Color

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

This div border color is #a257ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a257ea


Comments

No comments written yet.

Please login to write comment.