Color Hex Logo

#a30f5b Color Hex

#A30F5B
(163,15,91)
0 Favorites   0 Comments

Color spaces of #a30f5b

RGB 1631591
HSL0.910.830.35
HSV329°91°64°
CMYK 0.000.910.44   0.36
XYZ17.16348.883510.7076
Yxy8.88350.46700.2417
Hunter Lab29.805250.6306-0.4365
CIE-Lab35.759059.5135-3.0757

#a30f5b color RGB value is (163,15,91).

#a30f5b hex color red value is 163, green value is 15 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a30f5b hue: 0.91 , saturation: 0.83 and the lightness value of a30f5b is 0.35.

The process color (four color CMYK) of #a30f5b color hex is 0.00, 0.91, 0.44, 0.36. Web safe color of #a30f5b is #990066. Color #a30f5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001111 01011011
Octal 243 17 133
Decimal 163 15 91
Hex A3 F 5B

RGB Percentages of Color #a30f5b

%60.59
%5.58
%33.83

CMYK Percentages of Color #a30f5b

%0
%91
%44
%36

Triadic Colors of #a30f5b

#a30f5b #5ba30f #0f5ba3

Analogous Colors of #a30f5b

#a30f5b #a30f11 #a10fa3

Monochromatic Colors of #a30f5b

#a30f5b

Complementary Color

#a30f5b #0fa357

#a30f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30f5b Color CSS Codes

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

#a30f5b Text Font Color

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

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


#a30f5b Background Color

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

This div background color is #a30f5b


#a30f5b Border Color

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

This div border color is #a30f5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30f5b


Comments

No comments written yet.

Please login to write comment.