Color Hex Logo

#a74b8d Color Hex

#A74B8D
(167,75,141)
0 Favorites   0 Comments

Color spaces of #a74b8d

RGB 16775141
HSL0.880.380.47
HSV317°55°65°
CMYK 0.000.550.16   0.35
XYZ23.260115.170726.9016
Yxy15.17070.35600.2322
Hunter Lab38.949638.4357-13.6856
CIE-Lab45.867146.0793-18.8303

#a74b8d color RGB value is (167,75,141).

#a74b8d hex color red value is 167, green value is 75 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a74b8d hue: 0.88 , saturation: 0.38 and the lightness value of a74b8d is 0.47.

The process color (four color CMYK) of #a74b8d color hex is 0.00, 0.55, 0.16, 0.35. Web safe color of #a74b8d is #993399. Color #a74b8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001011 10001101
Octal 247 113 215
Decimal 167 75 141
Hex A7 4B 8D

RGB Percentages of Color #a74b8d

%43.60
%19.58
%36.81

CMYK Percentages of Color #a74b8d

%0
%55
%16
%35

Triadic Colors of #a74b8d

#a74b8d #8da74b #4b8da7

Analogous Colors of #a74b8d

#a74b8d #a74b5f #934ba7

Monochromatic Colors of #a74b8d

#a74b8d

Complementary Color

#a74b8d #4ba765

#a74b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74b8d Color CSS Codes

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

#a74b8d Text Font Color

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

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


#a74b8d Background Color

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

This div background color is #a74b8d


#a74b8d Border Color

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

This div border color is #a74b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74b8d


Comments

No comments written yet.

Please login to write comment.