Color Hex Logo

#a30038 Color Hex

#A30038
(163,0,56)
0 Favorites   0 Comments

Color spaces of #a30038

RGB 163056
HSL0.941.000.32
HSV339°100°64°
CMYK 0.001.000.66   0.36
XYZ15.81818.07214.4657
Yxy8.07210.55780.2847
Hunter Lab28.411449.660010.5688
CIE-Lab34.132658.938217.4635

#a30038 color RGB value is (163,0,56).

#a30038 hex color red value is 163, green value is 0 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a30038 hue: 0.94 , saturation: 1.00 and the lightness value of a30038 is 0.32.

The process color (four color CMYK) of #a30038 color hex is 0.00, 1.00, 0.66, 0.36. Web safe color of #a30038 is #990033. Color #a30038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 00111000
Octal 243 0 70
Decimal 163 0 56
Hex A3 0 38

RGB Percentages of Color #a30038

%74.43
%0.00
%25.57

CMYK Percentages of Color #a30038

%0
%100
%66
%36

Triadic Colors of #a30038

#a30038 #38a300 #0038a3

Analogous Colors of #a30038

#a30038 #a31900 #a3008a

Monochromatic Colors of #a30038

#a30038

Complementary Color

#a30038 #00a36b

#a30038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30038 Color CSS Codes

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

#a30038 Text Font Color

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

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


#a30038 Background Color

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

This div background color is #a30038


#a30038 Border Color

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

This div border color is #a30038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30038


Comments

No comments written yet.

Please login to write comment.