Color Hex Logo

#a33e73 Color Hex

#A33E73
(163,62,115)
0 Favorites   0 Comments

Color spaces of #a33e73

RGB 16362115
HSL0.910.450.44
HSV329°62°64°
CMYK 0.000.620.29   0.36
XYZ19.921412.469617.5766
Yxy12.46960.39870.2496
Hunter Lab35.312338.9040-4.7928
CIE-Lab41.952947.2079-8.9796

#a33e73 color RGB value is (163,62,115).

#a33e73 hex color red value is 163, green value is 62 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a33e73 hue: 0.91 , saturation: 0.45 and the lightness value of a33e73 is 0.44.

The process color (four color CMYK) of #a33e73 color hex is 0.00, 0.62, 0.29, 0.36. Web safe color of #a33e73 is #993366. Color #a33e73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111110 01110011
Octal 243 76 163
Decimal 163 62 115
Hex A3 3E 73

RGB Percentages of Color #a33e73

%47.94
%18.24
%33.82

CMYK Percentages of Color #a33e73

%0
%62
%29
%36

Triadic Colors of #a33e73

#a33e73 #73a33e #3e73a3

Analogous Colors of #a33e73

#a33e73 #a33e41 #a13ea3

Monochromatic Colors of #a33e73

#a33e73

Complementary Color

#a33e73 #3ea36e

#a33e73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33e73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33e73 Color CSS Codes

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

#a33e73 Text Font Color

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

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


#a33e73 Background Color

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

This div background color is #a33e73


#a33e73 Border Color

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

This div border color is #a33e73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33e73


Comments

No comments written yet.

Please login to write comment.