Color Hex Logo

#a33462 Color Hex

#A33462
(163,52,98)
0 Favorites   0 Comments

Color spaces of #a33462

RGB 1635298
HSL0.930.520.42
HSV335°68°64°
CMYK 0.000.680.40   0.36
XYZ18.536911.124412.7255
Yxy11.12440.43730.2624
Hunter Lab33.353340.83760.7260
CIE-Lab39.789249.4880-1.5958

#a33462 color RGB value is (163,52,98).

#a33462 hex color red value is 163, green value is 52 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a33462 hue: 0.93 , saturation: 0.52 and the lightness value of a33462 is 0.42.

The process color (four color CMYK) of #a33462 color hex is 0.00, 0.68, 0.40, 0.36. Web safe color of #a33462 is #993366. Color #a33462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 01100010
Octal 243 64 142
Decimal 163 52 98
Hex A3 34 62

RGB Percentages of Color #a33462

%52.08
%16.61
%31.31

CMYK Percentages of Color #a33462

%0
%68
%40
%36

Triadic Colors of #a33462

#a33462 #62a334 #3462a3

Analogous Colors of #a33462

#a33462 #a33e34 #a3349a

Monochromatic Colors of #a33462

#a33462

Complementary Color

#a33462 #34a375

#a33462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33462 Color CSS Codes

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

#a33462 Text Font Color

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

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


#a33462 Background Color

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

This div background color is #a33462


#a33462 Border Color

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

This div border color is #a33462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33462


Comments

No comments written yet.

Please login to write comment.