Color Hex Logo

#a3077d Color Hex

#A3077D
(163,7,125)
0 Favorites   0 Comments

Color spaces of #a3077d

RGB 1637125
HSL0.870.920.33
HSV315°96°64°
CMYK 0.000.960.23   0.36
XYZ18.88199.419220.2249
Yxy9.41920.38910.1941
Hunter Lab30.690756.1101-17.5881
CIE-Lab36.779264.2501-23.1154

#a3077d color RGB value is (163,7,125).

#a3077d hex color red value is 163, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3077d hue: 0.87 , saturation: 0.92 and the lightness value of a3077d is 0.33.

The process color (four color CMYK) of #a3077d color hex is 0.00, 0.96, 0.23, 0.36. Web safe color of #a3077d is #990066. Color #a3077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 01111101
Octal 243 7 175
Decimal 163 7 125
Hex A3 7 7D

RGB Percentages of Color #a3077d

%55.25
%2.37
%42.37

CMYK Percentages of Color #a3077d

%0
%96
%23
%36

Triadic Colors of #a3077d

#a3077d #7da307 #077da3

Analogous Colors of #a3077d

#a3077d #a3072f #7b07a3

Monochromatic Colors of #a3077d

#a3077d

Complementary Color

#a3077d #07a32d

#a3077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3077d Color CSS Codes

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

#a3077d Text Font Color

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

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


#a3077d Background Color

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

This div background color is #a3077d


#a3077d Border Color

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

This div border color is #a3077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3077d


Comments

No comments written yet.

Please login to write comment.