Color Hex Logo

#a80751 Color Hex

#A80751
(168,7,81)
0 Favorites   0 Comments

Color spaces of #a80751

RGB 168781
HSL0.920.920.34
HSV332°96°66°
CMYK 0.000.960.52   0.34
XYZ17.70969.07098.6020
Yxy9.07090.50050.2564
Hunter Lab30.117952.25314.1487
CIE-Lab36.120460.92224.0452

#a80751 color RGB value is (168,7,81).

#a80751 hex color red value is 168, green value is 7 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a80751 hue: 0.92 , saturation: 0.92 and the lightness value of a80751 is 0.34.

The process color (four color CMYK) of #a80751 color hex is 0.00, 0.96, 0.52, 0.34. Web safe color of #a80751 is #990066. Color #a80751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000111 01010001
Octal 250 7 121
Decimal 168 7 81
Hex A8 7 51

RGB Percentages of Color #a80751

%65.63
%2.73
%31.64

CMYK Percentages of Color #a80751

%0
%96
%52
%34

Triadic Colors of #a80751

#a80751 #51a807 #0751a8

Analogous Colors of #a80751

#a80751 #a80e07 #a807a2

Monochromatic Colors of #a80751

#a80751

Complementary Color

#a80751 #07a85e

#a80751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80751 Color CSS Codes

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

#a80751 Text Font Color

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

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


#a80751 Background Color

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

This div background color is #a80751


#a80751 Border Color

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

This div border color is #a80751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80751


Comments

No comments written yet.

Please login to write comment.