Color Hex Logo

#a153ec Color Hex

#A153EC
(161,83,236)
0 Favorites   0 Comments

Color spaces of #a153ec

RGB 16183236
HSL0.750.800.63
HSV271°65°93°
CMYK 0.320.650.00   0.07
XYZ32.931519.819781.4468
Yxy19.81970.24540.1477
Hunter Lab44.519354.1299-77.3058
CIE-Lab51.632759.6579-64.9439

#a153ec color RGB value is (161,83,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 11101100
Octal 241 123 354
Decimal 161 83 236
Hex A1 53 EC

RGB Percentages of Color #a153ec

%33.54
%17.29
%49.17

CMYK Percentages of Color #a153ec

%32
%65
%0
%7

Triadic Colors of #a153ec

#a153ec #eca153 #53eca1

Analogous Colors of #a153ec

#a153ec #ec53eb #5553ec

Monochromatic Colors of #a153ec

#a153ec

Complementary Color

#a153ec #9eec53

#a153ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a153ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a153ec Color CSS Codes

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

#a153ec Text Font Color

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

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


#a153ec Background Color

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

This div background color is #a153ec


#a153ec Border Color

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

This div border color is #a153ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a153ec


Comments

No comments written yet.

Please login to write comment.