Color Hex Logo

#a74380 Color Hex

#A74380
(167,67,128)
0 Favorites   0 Comments

Color spaces of #a74380

RGB 16767128
HSL0.900.430.46
HSV323°60°65°
CMYK 0.000.600.23   0.35
XYZ21.839813.788321.9324
Yxy13.78830.37940.2395
Hunter Lab37.132640.0040-9.0269
CIE-Lab43.927847.9387-13.9152

#a74380 color RGB value is (167,67,128).

#a74380 hex color red value is 167, green value is 67 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a74380 hue: 0.90 , saturation: 0.43 and the lightness value of a74380 is 0.46.

The process color (four color CMYK) of #a74380 color hex is 0.00, 0.60, 0.23, 0.35. Web safe color of #a74380 is #993399. Color #a74380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000011 10000000
Octal 247 103 200
Decimal 167 67 128
Hex A7 43 80

RGB Percentages of Color #a74380

%46.13
%18.51
%35.36

CMYK Percentages of Color #a74380

%0
%60
%23
%35

Triadic Colors of #a74380

#a74380 #80a743 #4380a7

Analogous Colors of #a74380

#a74380 #a7434e #9c43a7

Monochromatic Colors of #a74380

#a74380

Complementary Color

#a74380 #43a76a

#a74380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74380 Color CSS Codes

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

#a74380 Text Font Color

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

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


#a74380 Background Color

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

This div background color is #a74380


#a74380 Border Color

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

This div border color is #a74380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74380


Comments

No comments written yet.

Please login to write comment.