Color Hex Logo

#a8165f Color Hex

#A8165F
(168,22,95)
0 Favorites   0 Comments

Color spaces of #a8165f

RGB 1682295
HSL0.920.770.37
HSV330°87°66°
CMYK 0.000.870.43   0.34
XYZ18.50099.724911.7285
Yxy9.72490.46310.2434
Hunter Lab31.184851.3248-0.4695
CIE-Lab37.344159.8395-3.1881

#a8165f color RGB value is (168,22,95).

#a8165f hex color red value is 168, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a8165f hue: 0.92 , saturation: 0.77 and the lightness value of a8165f is 0.37.

The process color (four color CMYK) of #a8165f color hex is 0.00, 0.87, 0.43, 0.34. Web safe color of #a8165f is #990066. Color #a8165f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010110 01011111
Octal 250 26 137
Decimal 168 22 95
Hex A8 16 5F

RGB Percentages of Color #a8165f

%58.95
%7.72
%33.33

CMYK Percentages of Color #a8165f

%0
%87
%43
%34

Triadic Colors of #a8165f

#a8165f #5fa816 #165fa8

Analogous Colors of #a8165f

#a8165f #a81616 #a816a8

Monochromatic Colors of #a8165f

#a8165f

Complementary Color

#a8165f #16a85f

#a8165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8165f Color CSS Codes

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

#a8165f Text Font Color

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

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


#a8165f Background Color

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

This div background color is #a8165f


#a8165f Border Color

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

This div border color is #a8165f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,22,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8165f


Comments

No comments written yet.

Please login to write comment.