Color Hex Logo

#a03369 Color Hex

#A03369
(160,51,105)
0 Favorites   0 Comments

Color spaces of #a03369

RGB 16051105
HSL0.920.520.41
HSV330°68°63°
CMYK 0.000.680.34   0.37
XYZ18.230810.861214.5001
Yxy10.86120.41820.2492
Hunter Lab32.956341.0691-3.0169
CIE-Lab39.345749.7948-6.7096

#a03369 color RGB value is (160,51,105).

#a03369 hex color red value is 160, green value is 51 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #a03369 hue: 0.92 , saturation: 0.52 and the lightness value of a03369 is 0.41.

The process color (four color CMYK) of #a03369 color hex is 0.00, 0.68, 0.34, 0.37. Web safe color of #a03369 is #993366. Color #a03369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 01101001
Octal 240 63 151
Decimal 160 51 105
Hex A0 33 69

RGB Percentages of Color #a03369

%50.63
%16.14
%33.23

CMYK Percentages of Color #a03369

%0
%68
%34
%37

Triadic Colors of #a03369

#a03369 #69a033 #3369a0

Analogous Colors of #a03369

#a03369 #a03433 #a033a0

Monochromatic Colors of #a03369

#a03369

Complementary Color

#a03369 #33a06a

#a03369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03369 Color CSS Codes

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

#a03369 Text Font Color

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

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


#a03369 Background Color

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

This div background color is #a03369


#a03369 Border Color

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

This div border color is #a03369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03369


Comments

No comments written yet.

Please login to write comment.