Color Hex Logo

#a50874 Color Hex

#A50874
(165,8,116)
0 Favorites   0 Comments

Color spaces of #a50874

RGB 1658116
HSL0.890.910.34
HSV319°95°65°
CMYK 0.000.950.30   0.35
XYZ18.75639.434017.3554
Yxy9.43400.41180.2071
Hunter Lab30.714855.2518-12.0014
CIE-Lab36.806863.4827-17.3934

#a50874 color RGB value is (165,8,116).

#a50874 hex color red value is 165, green value is 8 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a50874 hue: 0.89 , saturation: 0.91 and the lightness value of a50874 is 0.34.

The process color (four color CMYK) of #a50874 color hex is 0.00, 0.95, 0.30, 0.35. Web safe color of #a50874 is #990066. Color #a50874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 01110100
Octal 245 10 164
Decimal 165 8 116
Hex A5 8 74

RGB Percentages of Color #a50874

%57.09
%2.77
%40.14

CMYK Percentages of Color #a50874

%0
%95
%30
%35

Triadic Colors of #a50874

#a50874 #74a508 #0874a5

Analogous Colors of #a50874

#a50874 #a50825 #8808a5

Monochromatic Colors of #a50874

#a50874

Complementary Color

#a50874 #08a539

#a50874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50874 Color CSS Codes

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

#a50874 Text Font Color

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

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


#a50874 Background Color

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

This div background color is #a50874


#a50874 Border Color

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

This div border color is #a50874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50874


Comments

No comments written yet.

Please login to write comment.