Color Hex Logo

#a50330 Color Hex

#A50330
(165,3,48)
0 Favorites   0 Comments

Color spaces of #a50330

RGB 165348
HSL0.950.960.33
HSV343°98°65°
CMYK 0.000.980.71   0.35
XYZ16.08318.27793.5464
Yxy8.27790.57630.2966
Hunter Lab28.771349.431212.8318
CIE-Lab34.555158.644523.2926

#a50330 color RGB value is (165,3,48).

#a50330 hex color red value is 165, green value is 3 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a50330 hue: 0.95 , saturation: 0.96 and the lightness value of a50330 is 0.33.

The process color (four color CMYK) of #a50330 color hex is 0.00, 0.98, 0.71, 0.35. Web safe color of #a50330 is #990033. Color #a50330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000011 00110000
Octal 245 3 60
Decimal 165 3 48
Hex A5 3 30

RGB Percentages of Color #a50330

%76.39
%1.39
%22.22

CMYK Percentages of Color #a50330

%0
%98
%71
%35

Triadic Colors of #a50330

#a50330 #30a503 #0330a5

Analogous Colors of #a50330

#a50330 #a52703 #a50381

Monochromatic Colors of #a50330

#a50330

Complementary Color

#a50330 #03a578

#a50330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50330 Color CSS Codes

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

#a50330 Text Font Color

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

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


#a50330 Background Color

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

This div background color is #a50330


#a50330 Border Color

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

This div border color is #a50330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50330


Comments

No comments written yet.

Please login to write comment.