Color Hex Logo

#a74486 Color Hex

#A74486
(167,68,134)
0 Favorites   0 Comments

Color spaces of #a74486

RGB 16768134
HSL0.890.420.46
HSV320°59°65°
CMYK 0.000.590.20   0.35
XYZ22.306514.071024.0945
Yxy14.07100.36890.2327
Hunter Lab37.511340.5020-11.8256
CIE-Lab44.334648.3513-16.9462

#a74486 color RGB value is (167,68,134).

#a74486 hex color red value is 167, green value is 68 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a74486 hue: 0.89 , saturation: 0.42 and the lightness value of a74486 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000100 10000110
Octal 247 104 206
Decimal 167 68 134
Hex A7 44 86

RGB Percentages of Color #a74486

%45.26
%18.43
%36.31

CMYK Percentages of Color #a74486

%0
%59
%20
%35

Triadic Colors of #a74486

#a74486 #86a744 #4486a7

Analogous Colors of #a74486

#a74486 #a74455 #9744a7

Monochromatic Colors of #a74486

#a74486

Complementary Color

#a74486 #44a765

#a74486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74486 Color CSS Codes

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

#a74486 Text Font Color

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

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


#a74486 Background Color

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

This div background color is #a74486


#a74486 Border Color

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

This div border color is #a74486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,68,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 #a74486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74486


Comments

No comments written yet.

Please login to write comment.