Color Hex Logo

#a374b1 Color Hex

#A374B1
(163,116,177)
0 Favorites   0 Comments

Color spaces of #a374b1

RGB 163116177
HSL0.800.280.57
HSV286°34°69°
CMYK 0.080.340.00   0.31
XYZ29.285523.451644.5781
Yxy23.45160.30090.2410
Hunter Lab48.426923.1985-20.6791
CIE-Lab55.534529.3697-25.1729

#a374b1 color RGB value is (163,116,177).

#a374b1 hex color red value is 163, green value is 116 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a374b1 hue: 0.80 , saturation: 0.28 and the lightness value of a374b1 is 0.57.

The process color (four color CMYK) of #a374b1 color hex is 0.08, 0.34, 0.00, 0.31. Web safe color of #a374b1 is #996699. Color #a374b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 10110001
Octal 243 164 261
Decimal 163 116 177
Hex A3 74 B1

RGB Percentages of Color #a374b1

%35.75
%25.44
%38.82

CMYK Percentages of Color #a374b1

%8
%34
%0
%31

Triadic Colors of #a374b1

#a374b1 #b1a374 #74b1a3

Analogous Colors of #a374b1

#a374b1 #b174a1 #8574b1

Monochromatic Colors of #a374b1

#a374b1

Complementary Color

#a374b1 #82b174

#a374b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a374b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a374b1 Color CSS Codes

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

#a374b1 Text Font Color

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

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


#a374b1 Background Color

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

This div background color is #a374b1


#a374b1 Border Color

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

This div border color is #a374b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a374b1


Comments

No comments written yet.

Please login to write comment.