Color Hex Logo

#a152e1 Color Hex

#A152E1
(161,82,225)
0 Favorites   0 Comments

Color spaces of #a152e1

RGB 16182225
HSL0.760.700.60
HSV273°64°88°
CMYK 0.280.640.00   0.12
XYZ31.305819.047973.2608
Yxy19.04790.25330.1541
Hunter Lab43.643951.6614-68.9737
CIE-Lab50.743257.6156-60.1792

#a152e1 color RGB value is (161,82,225).

#a152e1 hex color red value is 161, green value is 82 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a152e1 hue: 0.76 , saturation: 0.70 and the lightness value of a152e1 is 0.60.

The process color (four color CMYK) of #a152e1 color hex is 0.28, 0.64, 0.00, 0.12. Web safe color of #a152e1 is #9966cc. Color #a152e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010010 11100001
Octal 241 122 341
Decimal 161 82 225
Hex A1 52 E1

RGB Percentages of Color #a152e1

%34.40
%17.52
%48.08

CMYK Percentages of Color #a152e1

%28
%64
%0
%12

Triadic Colors of #a152e1

#a152e1 #e1a152 #52e1a1

Analogous Colors of #a152e1

#a152e1 #e152da #5a52e1

Monochromatic Colors of #a152e1

#a152e1

Complementary Color

#a152e1 #92e152

#a152e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a152e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a152e1 Color CSS Codes

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

#a152e1 Text Font Color

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

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


#a152e1 Background Color

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

This div background color is #a152e1


#a152e1 Border Color

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

This div border color is #a152e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a152e1


Comments

No comments written yet.

Please login to write comment.