Color Hex Logo

#a81b5c Color Hex

#A81B5C
(168,27,92)
0 Favorites   0 Comments

Color spaces of #a81b5c

RGB 1682792
HSL0.920.720.38
HSV332°84°66°
CMYK 0.000.840.45   0.34
XYZ18.47219.881411.0589
Yxy9.88140.46870.2507
Hunter Lab31.434749.88201.1457
CIE-Lab37.628758.4622-0.8508

#a81b5c color RGB value is (168,27,92).

#a81b5c hex color red value is 168, green value is 27 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #a81b5c hue: 0.92 , saturation: 0.72 and the lightness value of a81b5c is 0.38.

The process color (four color CMYK) of #a81b5c color hex is 0.00, 0.84, 0.45, 0.34. Web safe color of #a81b5c is #993366. Color #a81b5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011011 01011100
Octal 250 33 134
Decimal 168 27 92
Hex A8 1B 5C

RGB Percentages of Color #a81b5c

%58.54
%9.41
%32.06

CMYK Percentages of Color #a81b5c

%0
%84
%45
%34

Triadic Colors of #a81b5c

#a81b5c #5ca81b #1b5ca8

Analogous Colors of #a81b5c

#a81b5c #a8211b #a81ba3

Monochromatic Colors of #a81b5c

#a81b5c

Complementary Color

#a81b5c #1ba867

#a81b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81b5c Color CSS Codes

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

#a81b5c Text Font Color

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

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


#a81b5c Background Color

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

This div background color is #a81b5c


#a81b5c Border Color

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

This div border color is #a81b5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81b5c


Comments

No comments written yet.

Please login to write comment.