color codes Logo

#a61175 color codes

#A61175
(166,17,117)
0 Favorites   0 Comments

Color spaces of #a61175

RGB 16617117
HSL0.890.810.36
HSV320°90°65°
CMYK 0.000.900.30   0.35
XYZ19.13729.792217.7111
Yxy9.79220.41030.2100
Hunter Lab31.292554.4014-11.6525
CIE-Lab37.466962.5949-16.9912

#a61175 color RGB value is (166,17,117).

#a61175 hex color red value is 166, green value is 17 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a61175 hue: 0.89 , saturation: 0.81 and the lightness value of a61175 is 0.36.

The process color (four color CMYK) of #a61175 color code is 0.00, 0.90, 0.30, 0.35. Web safe color of #a61175 is #990066. Color #a61175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010001 01110101
Octal 246 21 165
Decimal 166 17 117
Hex A6 11 75

RGB Percentages of Color #a61175

%55.33
%5.67
%39.00

CMYK Percentages of Color #a61175

%0
%90
%30
%35

Triadic Colors of #a61175

#a61175 #75a611 #1175a6

Analogous Colors of #a61175

#a61175 #a6112a #8d11a6

Monochromatic Colors of #a61175

#a61175

Complementary Color

#a61175 #11a642

#a61175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61175 Color CSS Codes

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

#a61175 Text Font Color

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

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


#a61175 Background Color

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

This div background color is #a61175


#a61175 Border Color

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

This div border color is #a61175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61175


Comments

No comments written yet.

Please login to write comment.