Color Hex Logo

#a6385c Color Hex

#A6385C
(166,56,92)
0 Favorites   0 Comments

Color spaces of #a6385c

RGB 1665692
HSL0.950.500.44
HSV340°66°65°
CMYK 0.000.660.45   0.35
XYZ19.071811.708011.3799
Yxy11.70800.45240.2777
Hunter Lab34.217039.61244.2332
CIE-Lab40.748248.11703.6334

#a6385c color RGB value is (166,56,92).

#a6385c hex color red value is 166, green value is 56 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #a6385c hue: 0.95 , saturation: 0.50 and the lightness value of a6385c is 0.44.

The process color (four color CMYK) of #a6385c color hex is 0.00, 0.66, 0.45, 0.35. Web safe color of #a6385c is #993366. Color #a6385c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 01011100
Octal 246 70 134
Decimal 166 56 92
Hex A6 38 5C

RGB Percentages of Color #a6385c

%52.87
%17.83
%29.30

CMYK Percentages of Color #a6385c

%0
%66
%45
%35

Triadic Colors of #a6385c

#a6385c #5ca638 #385ca6

Analogous Colors of #a6385c

#a6385c #a64b38 #a63893

Monochromatic Colors of #a6385c

#a6385c

Complementary Color

#a6385c #38a682

#a6385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6385c Color CSS Codes

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

#a6385c Text Font Color

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

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


#a6385c Background Color

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

This div background color is #a6385c


#a6385c Border Color

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

This div border color is #a6385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6385c


Comments

No comments written yet.

Please login to write comment.