color codes Logo

#a6369c color codes

#A6369C
(166,54,156)
0 Favorites   0 Comments

Color spaces of #a6369c

RGB 16654156
HSL0.850.510.43
HSV305°67°65°
CMYK 0.000.670.06   0.35
XYZ23.045813.145632.7752
Yxy13.14560.33420.1906
Hunter Lab36.256950.0097-28.2167
CIE-Lab42.981857.5525-32.3443

#a6369c color RGB value is (166,54,156).

#a6369c hex color red value is 166, green value is 54 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a6369c hue: 0.85 , saturation: 0.51 and the lightness value of a6369c is 0.43.

The process color (four color CMYK) of #a6369c color code is 0.00, 0.67, 0.06, 0.35. Web safe color of #a6369c is #993399. Color #a6369c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110110 10011100
Octal 246 66 234
Decimal 166 54 156
Hex A6 36 9C

RGB Percentages of Color #a6369c

%44.15
%14.36
%41.49

CMYK Percentages of Color #a6369c

%0
%67
%6
%35

Triadic Colors of #a6369c

#a6369c #9ca636 #369ca6

Analogous Colors of #a6369c

#a6369c #a63664 #7836a6

Monochromatic Colors of #a6369c

#a6369c

Complementary Color

#a6369c #36a640

#a6369c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6369c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6369c Color CSS Codes

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

#a6369c Text Font Color

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

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


#a6369c Background Color

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

This div background color is #a6369c


#a6369c Border Color

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

This div border color is #a6369c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,54,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6369c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6369c;
  -webkit-box-shadow: 1px 1px 3px 2px #a6369c;
  box-shadow:         1px 1px 3px 2px #a6369c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,54,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6369c


Comments

No comments written yet.

Please login to write comment.