Color Hex Logo

#a231eb Color Hex

#A231EB
(162,49,235)
0 Favorites   0 Comments

Color spaces of #a231eb

RGB 16249235
HSL0.770.820.56
HSV276°79°92°
CMYK 0.310.790.00   0.08
XYZ30.994015.876280.0281
Yxy15.87620.24420.1251
Hunter Lab39.844969.1203-91.1918
CIE-Lab46.811673.4117-72.1959

#a231eb color RGB value is (162,49,235).

#a231eb hex color red value is 162, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a231eb hue: 0.77 , saturation: 0.82 and the lightness value of a231eb is 0.56.

The process color (four color CMYK) of #a231eb color hex is 0.31, 0.79, 0.00, 0.08. Web safe color of #a231eb is #9933ff. Color #a231eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110001 11101011
Octal 242 61 353
Decimal 162 49 235
Hex A2 31 EB

RGB Percentages of Color #a231eb

%36.32
%10.99
%52.69

CMYK Percentages of Color #a231eb

%31
%79
%0
%8

Triadic Colors of #a231eb

#a231eb #eba231 #31eba2

Analogous Colors of #a231eb

#a231eb #eb31d7 #4531eb

Monochromatic Colors of #a231eb

#a231eb

Complementary Color

#a231eb #7aeb31

#a231eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a231eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a231eb Color CSS Codes

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

#a231eb Text Font Color

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

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


#a231eb Background Color

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

This div background color is #a231eb


#a231eb Border Color

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

This div border color is #a231eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,49,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a231eb


Comments

No comments written yet.

Please login to write comment.