Color Hex Logo

#a50852 Color Hex

#A50852
(165,8,82)
0 Favorites   0 Comments

Color spaces of #a50852

RGB 165882
HSL0.920.910.34
HSV332°95°65°
CMYK 0.000.950.50   0.35
XYZ17.12698.78228.7751
Yxy8.78220.49380.2532
Hunter Lab29.634851.30013.1881
CIE-Lab35.561560.16422.5097

#a50852 color RGB value is (165,8,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 01010010
Octal 245 10 122
Decimal 165 8 82
Hex A5 8 52

RGB Percentages of Color #a50852

%64.71
%3.14
%32.16

CMYK Percentages of Color #a50852

%0
%95
%50
%35

Triadic Colors of #a50852

#a50852 #52a508 #0852a5

Analogous Colors of #a50852

#a50852 #a50d08 #a508a1

Monochromatic Colors of #a50852

#a50852

Complementary Color

#a50852 #08a55b

#a50852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50852 Color CSS Codes

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

#a50852 Text Font Color

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

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


#a50852 Background Color

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

This div background color is #a50852


#a50852 Border Color

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

This div border color is #a50852


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,8,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 #a50852">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50852


Comments

No comments written yet.

Please login to write comment.