Color Hex Logo

#a03366 Color Hex

#A03366
(160,51,102)
0 Favorites   0 Comments

Color spaces of #a03366

RGB 16051102
HSL0.920.520.41
HSV332°68°63°
CMYK 0.000.680.36   0.37
XYZ18.079310.800513.7022
Yxy10.80050.42460.2536
Hunter Lab32.864140.6847-1.7152
CIE-Lab39.242449.4391-4.9789

#a03366 color RGB value is (160,51,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 01100110
Octal 240 63 146
Decimal 160 51 102
Hex A0 33 66

RGB Percentages of Color #a03366

%51.12
%16.29
%32.59

CMYK Percentages of Color #a03366

%0
%68
%36
%37

Triadic Colors of #a03366

#a03366 #66a033 #3366a0

Analogous Colors of #a03366

#a03366 #a03733 #a0339d

Monochromatic Colors of #a03366

#a03366

Complementary Color

#a03366 #33a06d

#a03366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03366 Color CSS Codes

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

#a03366 Text Font Color

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

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


#a03366 Background Color

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

This div background color is #a03366


#a03366 Border Color

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

This div border color is #a03366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03366


Comments

No comments written yet.

Please login to write comment.