Color Hex Logo

#a33953 Color Hex

#A33953
(163,57,83)
0 Favorites   0 Comments

Color spaces of #a33953

RGB 1635783
HSL0.960.480.43
HSV345°65°64°
CMYK 0.000.650.49   0.36
XYZ18.128711.33739.4164
Yxy11.33730.46620.2916
Hunter Lab33.670937.18186.9886
CIE-Lab40.142945.81958.3534

#a33953 color RGB value is (163,57,83).

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

The process color (four color CMYK) of #a33953 color hex is 0.00, 0.65, 0.49, 0.36. Web safe color of #a33953 is #993366. Color #a33953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 01010011
Octal 243 71 123
Decimal 163 57 83
Hex A3 39 53

RGB Percentages of Color #a33953

%53.80
%18.81
%27.39

CMYK Percentages of Color #a33953

%0
%65
%49
%36

Triadic Colors of #a33953

#a33953 #53a339 #3953a3

Analogous Colors of #a33953

#a33953 #a35439 #a33988

Monochromatic Colors of #a33953

#a33953

Complementary Color

#a33953 #39a389

#a33953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33953 Color CSS Codes

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

#a33953 Text Font Color

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

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


#a33953 Background Color

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

This div background color is #a33953


#a33953 Border Color

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

This div border color is #a33953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33953


Comments

No comments written yet.

Please login to write comment.