Color Hex Logo

#a50b33 Color Hex

#A50B33
(165,11,51)
0 Favorites   0 Comments

Color spaces of #a50b33

RGB 1651151
HSL0.960.880.35
HSV344°93°65°
CMYK 0.000.930.69   0.35
XYZ16.23438.47773.9127
Yxy8.47770.56710.2962
Hunter Lab29.116548.571312.4141
CIE-Lab34.958657.769221.8609

#a50b33 color RGB value is (165,11,51).

#a50b33 hex color red value is 165, green value is 11 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a50b33 hue: 0.96 , saturation: 0.88 and the lightness value of a50b33 is 0.35.

The process color (four color CMYK) of #a50b33 color hex is 0.00, 0.93, 0.69, 0.35. Web safe color of #a50b33 is #990033. Color #a50b33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001011 00110011
Octal 245 13 63
Decimal 165 11 51
Hex A5 B 33

RGB Percentages of Color #a50b33

%72.69
%4.85
%22.47

CMYK Percentages of Color #a50b33

%0
%93
%69
%35

Triadic Colors of #a50b33

#a50b33 #33a50b #0b33a5

Analogous Colors of #a50b33

#a50b33 #a5300b #a50b80

Monochromatic Colors of #a50b33

#a50b33

Complementary Color

#a50b33 #0ba57d

#a50b33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50b33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50b33 Color CSS Codes

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

#a50b33 Text Font Color

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

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


#a50b33 Background Color

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

This div background color is #a50b33


#a50b33 Border Color

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

This div border color is #a50b33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50b33


Comments

No comments written yet.

Please login to write comment.