Color Hex Logo

#a72386 Color Hex

#A72386
(167,35,134)
0 Favorites   0 Comments

Color spaces of #a72386

RGB 16735134
HSL0.880.650.40
HSV315°79°65°
CMYK 0.000.790.20   0.35
XYZ20.840511.138823.6058
Yxy11.13880.37490.2004
Hunter Lab33.374853.0561-18.5730
CIE-Lab39.813360.9297-23.9181

#a72386 color RGB value is (167,35,134).

#a72386 hex color red value is 167, green value is 35 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a72386 hue: 0.88 , saturation: 0.65 and the lightness value of a72386 is 0.40.

The process color (four color CMYK) of #a72386 color hex is 0.00, 0.79, 0.20, 0.35. Web safe color of #a72386 is #993399. Color #a72386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100011 10000110
Octal 247 43 206
Decimal 167 35 134
Hex A7 23 86

RGB Percentages of Color #a72386

%49.70
%10.42
%39.88

CMYK Percentages of Color #a72386

%0
%79
%20
%35

Triadic Colors of #a72386

#a72386 #86a723 #2386a7

Analogous Colors of #a72386

#a72386 #a72344 #8623a7

Monochromatic Colors of #a72386

#a72386

Complementary Color

#a72386 #23a744

#a72386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72386 Color CSS Codes

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

#a72386 Text Font Color

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

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


#a72386 Background Color

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

This div background color is #a72386


#a72386 Border Color

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

This div border color is #a72386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,35,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a72386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a72386;
  -webkit-box-shadow: 1px 1px 3px 2px #a72386;
  box-shadow:         1px 1px 3px 2px #a72386; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,35,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72386


Comments

No comments written yet.

Please login to write comment.