Color Hex Logo

#a554bf Color Hex

#A554BF
(165,84,191)
0 Favorites   0 Comments

Color spaces of #a554bf

RGB 16584191
HSL0.790.460.54
HSV285°56°75°
CMYK 0.140.560.00   0.25
XYZ28.091318.101651.3036
Yxy18.10160.28810.1857
Hunter Lab42.546043.4005-41.7120
CIE-Lab49.619150.2129-42.4933

#a554bf color RGB value is (165,84,191).

#a554bf hex color red value is 165, green value is 84 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a554bf hue: 0.79 , saturation: 0.46 and the lightness value of a554bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 10111111
Octal 245 124 277
Decimal 165 84 191
Hex A5 54 BF

RGB Percentages of Color #a554bf

%37.50
%19.09
%43.41

CMYK Percentages of Color #a554bf

%14
%56
%0
%25

Triadic Colors of #a554bf

#a554bf #bfa554 #54bfa5

Analogous Colors of #a554bf

#a554bf #bf54a4 #7054bf

Monochromatic Colors of #a554bf

#a554bf

Complementary Color

#a554bf #6ebf54

#a554bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a554bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a554bf Color CSS Codes

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

#a554bf Text Font Color

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

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


#a554bf Background Color

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

This div background color is #a554bf


#a554bf Border Color

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

This div border color is #a554bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,84,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a554bf


Comments

No comments written yet.

Please login to write comment.