Color Hex Logo

#a50143 Color Hex

#A50143
(165,1,67)
0 Favorites   0 Comments

Color spaces of #a50143

RGB 165167
HSL0.930.990.33
HSV336°99°65°
CMYK 0.000.990.59   0.35
XYZ16.54108.42636.0648
Yxy8.42630.53300.2715
Hunter Lab29.028150.91507.9323
CIE-Lab34.855459.950111.3013

#a50143 color RGB value is (165,1,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 01000011
Octal 245 1 103
Decimal 165 1 67
Hex A5 1 43

RGB Percentages of Color #a50143

%70.82
%0.43
%28.76

CMYK Percentages of Color #a50143

%0
%99
%59
%35

Triadic Colors of #a50143

#a50143 #43a501 #0143a5

Analogous Colors of #a50143

#a50143 #a51101 #a50195

Monochromatic Colors of #a50143

#a50143

Complementary Color

#a50143 #01a563

#a50143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50143 Color CSS Codes

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

#a50143 Text Font Color

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

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


#a50143 Background Color

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

This div background color is #a50143


#a50143 Border Color

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

This div border color is #a50143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50143


Comments

No comments written yet.

Please login to write comment.