Color Hex Logo

#a50585 Color Hex

#A50585
(165,5,133)
0 Favorites   0 Comments

Color spaces of #a50585

RGB 1655133
HSL0.870.940.33
HSV312°97°65°
CMYK 0.000.970.19   0.35
XYZ19.80509.801323.0383
Yxy9.80130.37620.1862
Hunter Lab31.307058.1328-21.7156
CIE-Lab37.483465.8934-26.9645

#a50585 color RGB value is (165,5,133).

#a50585 hex color red value is 165, green value is 5 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a50585 hue: 0.87 , saturation: 0.94 and the lightness value of a50585 is 0.33.

The process color (four color CMYK) of #a50585 color hex is 0.00, 0.97, 0.19, 0.35. Web safe color of #a50585 is #990099. Color #a50585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000101 10000101
Octal 245 5 205
Decimal 165 5 133
Hex A5 5 85

RGB Percentages of Color #a50585

%54.46
%1.65
%43.89

CMYK Percentages of Color #a50585

%0
%97
%19
%35

Triadic Colors of #a50585

#a50585 #85a505 #0585a5

Analogous Colors of #a50585

#a50585 #a50535 #7505a5

Monochromatic Colors of #a50585

#a50585

Complementary Color

#a50585 #05a525

#a50585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50585 Color CSS Codes

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

#a50585 Text Font Color

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

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


#a50585 Background Color

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

This div background color is #a50585


#a50585 Border Color

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

This div border color is #a50585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50585


Comments

No comments written yet.

Please login to write comment.