Color Hex Logo

#a85175 Color Hex

#A85175
(168,81,117)
1 Favorites   0 Comments

Color spaces of #a85175

RGB 16881117
HSL0.930.350.49
HSV335°52°66°
CMYK 0.000.520.30   0.34
XYZ22.301815.494018.6448
Yxy15.49400.39510.2745
Hunter Lab39.362432.2496-0.5302
CIE-Lab46.303539.8429-3.6414

#a85175 color RGB value is (168,81,117).

#a85175 hex color red value is 168, green value is 81 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a85175 hue: 0.93 , saturation: 0.35 and the lightness value of a85175 is 0.49.

The process color (four color CMYK) of #a85175 color hex is 0.00, 0.52, 0.30, 0.34. Web safe color of #a85175 is #996666. Color #a85175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010001 01110101
Octal 250 121 165
Decimal 168 81 117
Hex A8 51 75

RGB Percentages of Color #a85175

%45.90
%22.13
%31.97

CMYK Percentages of Color #a85175

%0
%52
%30
%34

Triadic Colors of #a85175

#a85175 #75a851 #5175a8

Analogous Colors of #a85175

#a85175 #a85951 #a851a1

Monochromatic Colors of #a85175

#a85175

Complementary Color

#a85175 #51a884

#a85175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85175 Color CSS Codes

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

#a85175 Text Font Color

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

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


#a85175 Background Color

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

This div background color is #a85175


#a85175 Border Color

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

This div border color is #a85175


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,81,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 #a85175">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85175


Comments

No comments written yet.

Please login to write comment.