Color Hex Logo

#a50142 Color Hex

#A50142
(165,1,66)
0 Favorites   0 Comments

Color spaces of #a50142

RGB 165166
HSL0.930.990.33
HSV336°99°65°
CMYK 0.000.990.60   0.35
XYZ16.51138.41445.9082
Yxy8.41440.53550.2729
Hunter Lab29.007650.84008.2293
CIE-Lab34.831459.886211.9231

#a50142 color RGB value is (165,1,66).

#a50142 hex color red value is 165, green value is 1 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a50142 hue: 0.93 , saturation: 0.99 and the lightness value of a50142 is 0.33.

The process color (four color CMYK) of #a50142 color hex is 0.00, 0.99, 0.60, 0.35. Web safe color of #a50142 is #990033. Color #a50142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 01000010
Octal 245 1 102
Decimal 165 1 66
Hex A5 1 42

RGB Percentages of Color #a50142

%71.12
%0.43
%28.45

CMYK Percentages of Color #a50142

%0
%99
%60
%35

Triadic Colors of #a50142

#a50142 #42a501 #0142a5

Analogous Colors of #a50142

#a50142 #a51201 #a50194

Monochromatic Colors of #a50142

#a50142

Complementary Color

#a50142 #01a564

#a50142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50142 Color CSS Codes

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

#a50142 Text Font Color

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

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


#a50142 Background Color

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

This div background color is #a50142


#a50142 Border Color

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

This div border color is #a50142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50142


Comments

No comments written yet.

Please login to write comment.