Color Hex Logo

#a81452 Color Hex

#A81452
(168,20,82)
0 Favorites   0 Comments

Color spaces of #a81452

RGB 1682082
HSL0.930.790.37
HSV335°88°66°
CMYK 0.000.880.51   0.34
XYZ17.92169.43438.8591
Yxy9.43430.49490.2605
Hunter Lab30.715350.39844.3999
CIE-Lab36.807459.09644.3830

#a81452 color RGB value is (168,20,82).

#a81452 hex color red value is 168, green value is 20 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a81452 hue: 0.93 , saturation: 0.79 and the lightness value of a81452 is 0.37.

The process color (four color CMYK) of #a81452 color hex is 0.00, 0.88, 0.51, 0.34. Web safe color of #a81452 is #990066. Color #a81452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 01010010
Octal 250 24 122
Decimal 168 20 82
Hex A8 14 52

RGB Percentages of Color #a81452

%62.22
%7.41
%30.37

CMYK Percentages of Color #a81452

%0
%88
%51
%34

Triadic Colors of #a81452

#a81452 #52a814 #1452a8

Analogous Colors of #a81452

#a81452 #a82014 #a8149c

Monochromatic Colors of #a81452

#a81452

Complementary Color

#a81452 #14a86a

#a81452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81452 Color CSS Codes

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

#a81452 Text Font Color

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

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


#a81452 Background Color

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

This div background color is #a81452


#a81452 Border Color

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

This div border color is #a81452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81452


Comments

No comments written yet.

Please login to write comment.