Color Hex Logo

#a354bb Color Hex

#A354BB
(163,84,187)
0 Favorites   0 Comments

Color spaces of #a354bb

RGB 16384187
HSL0.790.430.53
HSV286°55°73°
CMYK 0.130.550.00   0.27
XYZ27.244217.715048.9971
Yxy17.71500.29000.1885
Hunter Lab42.089241.8864-39.5586
CIE-Lab49.148648.8590-40.9365

#a354bb color RGB value is (163,84,187).

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

The process color (four color CMYK) of #a354bb color hex is 0.13, 0.55, 0.00, 0.27. Web safe color of #a354bb is #9966cc. Color #a354bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 10111011
Octal 243 124 273
Decimal 163 84 187
Hex A3 54 BB

RGB Percentages of Color #a354bb

%37.56
%19.35
%43.09

CMYK Percentages of Color #a354bb

%13
%55
%0
%27

Triadic Colors of #a354bb

#a354bb #bba354 #54bba3

Analogous Colors of #a354bb

#a354bb #bb54a0 #7054bb

Monochromatic Colors of #a354bb

#a354bb

Complementary Color

#a354bb #6cbb54

#a354bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a354bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a354bb Color CSS Codes

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

#a354bb Text Font Color

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

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


#a354bb Background Color

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

This div background color is #a354bb


#a354bb Border Color

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

This div border color is #a354bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,84,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 #a354bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a354bb


Comments

No comments written yet.

Please login to write comment.