Color Hex Logo

#a01274 Color Hex

#A01274
(160,18,116)
0 Favorites   0 Comments

Color spaces of #a01274

RGB 16018116
HSL0.880.800.35
HSV319°89°63°
CMYK 0.000.890.28   0.37
XYZ17.86599.167117.3508
Yxy9.16710.40250.2065
Hunter Lab30.277252.3437-12.7829
CIE-Lab36.304060.9685-18.2507

#a01274 color RGB value is (160,18,116).

#a01274 hex color red value is 160, green value is 18 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a01274 hue: 0.88 , saturation: 0.80 and the lightness value of a01274 is 0.35.

The process color (four color CMYK) of #a01274 color hex is 0.00, 0.89, 0.28, 0.37. Web safe color of #a01274 is #990066. Color #a01274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010010 01110100
Octal 240 22 164
Decimal 160 18 116
Hex A0 12 74

RGB Percentages of Color #a01274

%54.42
%6.12
%39.46

CMYK Percentages of Color #a01274

%0
%89
%28
%37

Triadic Colors of #a01274

#a01274 #74a012 #1274a0

Analogous Colors of #a01274

#a01274 #a0122d #8512a0

Monochromatic Colors of #a01274

#a01274

Complementary Color

#a01274 #12a03e

#a01274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01274 Color CSS Codes

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

#a01274 Text Font Color

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

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


#a01274 Background Color

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

This div background color is #a01274


#a01274 Border Color

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

This div border color is #a01274


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,18,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a01274; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a01274;
  -webkit-box-shadow: 1px 1px 3px 2px #a01274;
  box-shadow:         1px 1px 3px 2px #a01274; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,18,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01274


Comments

No comments written yet.

Please login to write comment.