Color Hex Logo

#a55fba Color Hex

#A55FBA
(165,95,186)
0 Favorites   0 Comments

Color spaces of #a55fba

RGB 16595186
HSL0.790.400.55
HSV286°49°73°
CMYK 0.110.490.00   0.27
XYZ28.472219.728948.7618
Yxy19.72890.29360.2035
Hunter Lab44.417236.6914-33.9973
CIE-Lab51.529343.4779-36.5861

#a55fba color RGB value is (165,95,186).

#a55fba hex color red value is 165, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a55fba hue: 0.79 , saturation: 0.40 and the lightness value of a55fba is 0.55.

The process color (four color CMYK) of #a55fba color hex is 0.11, 0.49, 0.00, 0.27. Web safe color of #a55fba is #9966cc. Color #a55fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 10111010
Octal 245 137 272
Decimal 165 95 186
Hex A5 5F BA

RGB Percentages of Color #a55fba

%37.00
%21.30
%41.70

CMYK Percentages of Color #a55fba

%11
%49
%0
%27

Triadic Colors of #a55fba

#a55fba #baa55f #5fbaa5

Analogous Colors of #a55fba

#a55fba #ba5fa2 #785fba

Monochromatic Colors of #a55fba

#a55fba

Complementary Color

#a55fba #74ba5f

#a55fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55fba Color CSS Codes

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

#a55fba Text Font Color

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

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


#a55fba Background Color

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

This div background color is #a55fba


#a55fba Border Color

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

This div border color is #a55fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55fba


Comments

No comments written yet.

Please login to write comment.