Color Hex Logo

#a65873 Color Hex

#A65873
(166,88,115)
0 Favorites   0 Comments

Color spaces of #a65873

RGB 16688115
HSL0.940.310.50
HSV339°47°65°
CMYK 0.000.470.31   0.35
XYZ22.310116.324218.1947
Yxy16.32420.39260.2873
Hunter Lab40.403227.85961.5823
CIE-Lab47.397035.1679-0.8551

#a65873 color RGB value is (166,88,115).

#a65873 hex color red value is 166, green value is 88 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a65873 hue: 0.94 , saturation: 0.31 and the lightness value of a65873 is 0.50.

The process color (four color CMYK) of #a65873 color hex is 0.00, 0.47, 0.31, 0.35. Web safe color of #a65873 is #996666. Color #a65873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011000 01110011
Octal 246 130 163
Decimal 166 88 115
Hex A6 58 73

RGB Percentages of Color #a65873

%44.99
%23.85
%31.17

CMYK Percentages of Color #a65873

%0
%47
%31
%35

Triadic Colors of #a65873

#a65873 #73a658 #5873a6

Analogous Colors of #a65873

#a65873 #a66458 #a6589a

Monochromatic Colors of #a65873

#a65873

Complementary Color

#a65873 #58a68b

#a65873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65873 Color CSS Codes

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

#a65873 Text Font Color

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

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


#a65873 Background Color

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

This div background color is #a65873


#a65873 Border Color

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

This div border color is #a65873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65873


Comments

No comments written yet.

Please login to write comment.