Color Hex Logo

#a00f98 Color Hex

#A00F98
(160,15,152)
0 Favorites   0 Comments

Color spaces of #a00f98

RGB 16015152
HSL0.840.830.34
HSV303°91°63°
CMYK 0.000.910.05   0.37
XYZ20.335510.082230.5800
Yxy10.08220.33340.1653
Hunter Lab31.752558.7514-34.8739
CIE-Lab37.989666.3353-37.8898

#a00f98 color RGB value is (160,15,152).

#a00f98 hex color red value is 160, green value is 15 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a00f98 hue: 0.84 , saturation: 0.83 and the lightness value of a00f98 is 0.34.

The process color (four color CMYK) of #a00f98 color hex is 0.00, 0.91, 0.05, 0.37. Web safe color of #a00f98 is #990099. Color #a00f98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001111 10011000
Octal 240 17 230
Decimal 160 15 152
Hex A0 F 98

RGB Percentages of Color #a00f98

%48.93
%4.59
%46.48

CMYK Percentages of Color #a00f98

%0
%91
%5
%37

Triadic Colors of #a00f98

#a00f98 #98a00f #0f98a0

Analogous Colors of #a00f98

#a00f98 #a00f4f #600fa0

Monochromatic Colors of #a00f98

#a00f98

Complementary Color

#a00f98 #0fa017

#a00f98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00f98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00f98 Color CSS Codes

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

#a00f98 Text Font Color

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

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


#a00f98 Background Color

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

This div background color is #a00f98


#a00f98 Border Color

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

This div border color is #a00f98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00f98


Comments

No comments written yet.

Please login to write comment.