Color Hex Logo

#a33948 Color Hex

#A33948
(163,57,72)
0 Favorites   0 Comments

Color spaces of #a33948

RGB 1635772
HSL0.980.480.43
HSV352°65°64°
CMYK 0.000.650.56   0.36
XYZ17.737111.18077.3541
Yxy11.18070.48900.3082
Hunter Lab33.437636.170410.3663
CIE-Lab39.883244.851414.9011

#a33948 color RGB value is (163,57,72).

#a33948 hex color red value is 163, green value is 57 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a33948 hue: 0.98 , saturation: 0.48 and the lightness value of a33948 is 0.43.

The process color (four color CMYK) of #a33948 color hex is 0.00, 0.65, 0.56, 0.36. Web safe color of #a33948 is #993333. Color #a33948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 01001000
Octal 243 71 110
Decimal 163 57 72
Hex A3 39 48

RGB Percentages of Color #a33948

%55.82
%19.52
%24.66

CMYK Percentages of Color #a33948

%0
%65
%56
%36

Triadic Colors of #a33948

#a33948 #48a339 #3948a3

Analogous Colors of #a33948

#a33948 #a35f39 #a3397d

Monochromatic Colors of #a33948

#a33948

Complementary Color

#a33948 #39a394

#a33948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33948 Color CSS Codes

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

#a33948 Text Font Color

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

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


#a33948 Background Color

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

This div background color is #a33948


#a33948 Border Color

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

This div border color is #a33948


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,57,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a33948; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a33948;
  -webkit-box-shadow: 1px 1px 3px 2px #a33948;
  box-shadow:         1px 1px 3px 2px #a33948; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,57,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33948


Comments

No comments written yet.

Please login to write comment.