Color Hex Logo

#a50552 Color Hex

#A50552
(165,5,82)
0 Favorites   0 Comments

Color spaces of #a50552

RGB 165582
HSL0.920.940.33
HSV331°97°65°
CMYK 0.000.970.50   0.35
XYZ17.09438.71718.7642
Yxy8.71710.49440.2521
Hunter Lab29.524751.68013.0675
CIE-Lab35.433860.53552.3253

#a50552 color RGB value is (165,5,82).

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

The process color (four color CMYK) of #a50552 color hex is 0.00, 0.97, 0.50, 0.35. Web safe color of #a50552 is #990066. Color #a50552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000101 01010010
Octal 245 5 122
Decimal 165 5 82
Hex A5 5 52

RGB Percentages of Color #a50552

%65.48
%1.98
%32.54

CMYK Percentages of Color #a50552

%0
%97
%50
%35

Triadic Colors of #a50552

#a50552 #52a505 #0552a5

Analogous Colors of #a50552

#a50552 #a50805 #a505a2

Monochromatic Colors of #a50552

#a50552

Complementary Color

#a50552 #05a558

#a50552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50552 Color CSS Codes

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

#a50552 Text Font Color

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

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


#a50552 Background Color

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

This div background color is #a50552


#a50552 Border Color

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

This div border color is #a50552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50552


Comments

No comments written yet.

Please login to write comment.