Color Hex Logo

#a153ef Color Hex

#A153EF
(161,83,239)
0 Favorites   0 Comments

Color spaces of #a153ef

RGB 16183239
HSL0.750.830.63
HSV270°65°94°
CMYK 0.330.650.00   0.06
XYZ33.371219.995683.7620
Yxy19.99560.24340.1458
Hunter Lab44.716454.9581-79.7594
CIE-Lab51.832260.3541-66.3042

#a153ef color RGB value is (161,83,239).

#a153ef hex color red value is 161, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a153ef hue: 0.75 , saturation: 0.83 and the lightness value of a153ef is 0.63.

The process color (four color CMYK) of #a153ef color hex is 0.33, 0.65, 0.00, 0.06. Web safe color of #a153ef is #9966ff. Color #a153ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 11101111
Octal 241 123 357
Decimal 161 83 239
Hex A1 53 EF

RGB Percentages of Color #a153ef

%33.33
%17.18
%49.48

CMYK Percentages of Color #a153ef

%33
%65
%0
%6

Triadic Colors of #a153ef

#a153ef #efa153 #53efa1

Analogous Colors of #a153ef

#a153ef #ef53ef #5353ef

Monochromatic Colors of #a153ef

#a153ef

Complementary Color

#a153ef #a1ef53

#a153ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a153ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a153ef Color CSS Codes

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

#a153ef Text Font Color

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

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


#a153ef Background Color

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

This div background color is #a153ef


#a153ef Border Color

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

This div border color is #a153ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,83,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a153ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a153ef;
  -webkit-box-shadow: 1px 1px 3px 2px #a153ef;
  box-shadow:         1px 1px 3px 2px #a153ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,83,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a153ef


Comments

No comments written yet.

Please login to write comment.