Color Hex Logo

#a553bf Color Hex

#A553BF
(165,83,191)
0 Favorites   0 Comments

Color spaces of #a553bf

RGB 16583191
HSL0.790.460.54
HSV286°57°75°
CMYK 0.140.570.00   0.25
XYZ28.014317.947451.2779
Yxy17.94740.28810.1846
Hunter Lab42.364443.8991-42.1096
CIE-Lab49.432250.7137-42.7895

#a553bf color RGB value is (165,83,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010011 10111111
Octal 245 123 277
Decimal 165 83 191
Hex A5 53 BF

RGB Percentages of Color #a553bf

%37.59
%18.91
%43.51

CMYK Percentages of Color #a553bf

%14
%57
%0
%25

Triadic Colors of #a553bf

#a553bf #bfa553 #53bfa5

Analogous Colors of #a553bf

#a553bf #bf53a3 #6f53bf

Monochromatic Colors of #a553bf

#a553bf

Complementary Color

#a553bf #6dbf53

#a553bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a553bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a553bf Color CSS Codes

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

#a553bf Text Font Color

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

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


#a553bf Background Color

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

This div background color is #a553bf


#a553bf Border Color

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

This div border color is #a553bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a553bf


Comments

No comments written yet.

Please login to write comment.