Color Hex Logo

#a152bb Color Hex

#A152BB
(161,82,187)
0 Favorites   0 Comments

Color spaces of #a152bb

RGB 16182187
HSL0.790.440.53
HSV285°56°73°
CMYK 0.140.560.00   0.27
XYZ26.684917.199548.9271
Yxy17.19950.28750.1853
Hunter Lab41.472342.2774-40.9170
CIE-Lab48.510449.3381-41.9637

#a152bb color RGB value is (161,82,187).

#a152bb hex color red value is 161, green value is 82 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a152bb hue: 0.79 , saturation: 0.44 and the lightness value of a152bb is 0.53.

The process color (four color CMYK) of #a152bb color hex is 0.14, 0.56, 0.00, 0.27. Web safe color of #a152bb is #9966cc. Color #a152bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010010 10111011
Octal 241 122 273
Decimal 161 82 187
Hex A1 52 BB

RGB Percentages of Color #a152bb

%37.44
%19.07
%43.49

CMYK Percentages of Color #a152bb

%14
%56
%0
%27

Triadic Colors of #a152bb

#a152bb #bba152 #52bba1

Analogous Colors of #a152bb

#a152bb #bb52a1 #6d52bb

Monochromatic Colors of #a152bb

#a152bb

Complementary Color

#a152bb #6cbb52

#a152bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a152bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a152bb Color CSS Codes

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

#a152bb Text Font Color

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

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


#a152bb Background Color

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

This div background color is #a152bb


#a152bb Border Color

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

This div border color is #a152bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a152bb


Comments

No comments written yet.

Please login to write comment.