Color Hex Logo

#a50699 Color Hex

#A50699
(165,6,153)
0 Favorites   0 Comments

Color spaces of #a50699

RGB 1656153
HSL0.850.930.34
HSV305°96°65°
CMYK 0.000.960.07   0.35
XYZ21.331910.429531.0258
Yxy10.42950.33970.1661
Hunter Lab32.294761.3902-34.3540
CIE-Lab38.602568.4999-37.4664

#a50699 color RGB value is (165,6,153).

#a50699 hex color red value is 165, green value is 6 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a50699 hue: 0.85 , saturation: 0.93 and the lightness value of a50699 is 0.34.

The process color (four color CMYK) of #a50699 color hex is 0.00, 0.96, 0.07, 0.35. Web safe color of #a50699 is #990099. Color #a50699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 10011001
Octal 245 6 231
Decimal 165 6 153
Hex A5 6 99

RGB Percentages of Color #a50699

%50.93
%1.85
%47.22

CMYK Percentages of Color #a50699

%0
%96
%7
%35

Triadic Colors of #a50699

#a50699 #99a506 #0699a5

Analogous Colors of #a50699

#a50699 #a5064a #6106a5

Monochromatic Colors of #a50699

#a50699

Complementary Color

#a50699 #06a512

#a50699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50699 Color CSS Codes

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

#a50699 Text Font Color

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

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


#a50699 Background Color

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

This div background color is #a50699


#a50699 Border Color

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

This div border color is #a50699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50699


Comments

No comments written yet.

Please login to write comment.