Color Hex Logo

#a81058 Color Hex

#A81058
(168,16,88)
0 Favorites   0 Comments

Color spaces of #a81058

RGB 1681688
HSL0.920.830.36
HSV332°90°66°
CMYK 0.000.900.48   0.34
XYZ18.09529.400010.0932
Yxy9.40000.48140.2501
Hunter Lab30.659451.69681.9431
CIE-Lab36.743360.29540.4219

#a81058 color RGB value is (168,16,88).

#a81058 hex color red value is 168, green value is 16 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a81058 hue: 0.92 , saturation: 0.83 and the lightness value of a81058 is 0.36.

The process color (four color CMYK) of #a81058 color hex is 0.00, 0.90, 0.48, 0.34. Web safe color of #a81058 is #990066. Color #a81058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010000 01011000
Octal 250 20 130
Decimal 168 16 88
Hex A8 10 58

RGB Percentages of Color #a81058

%61.76
%5.88
%32.35

CMYK Percentages of Color #a81058

%0
%90
%48
%34

Triadic Colors of #a81058

#a81058 #58a810 #1058a8

Analogous Colors of #a81058

#a81058 #a81410 #a810a4

Monochromatic Colors of #a81058

#a81058

Complementary Color

#a81058 #10a860

#a81058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81058 Color CSS Codes

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

#a81058 Text Font Color

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

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


#a81058 Background Color

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

This div background color is #a81058


#a81058 Border Color

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

This div border color is #a81058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81058


Comments

No comments written yet.

Please login to write comment.