Color Hex Logo

#a37fb5 Color Hex

#A37FB5
(163,127,181)
0 Favorites   0 Comments

Color spaces of #a37fb5

RGB 163127181
HSL0.780.270.60
HSV280°30°71°
CMYK 0.100.300.00   0.29
XYZ31.034126.301547.1571
Yxy26.30150.29700.2517
Hunter Lab51.285018.2670-18.6183
CIE-Lab58.322123.9459-23.1770

#a37fb5 color RGB value is (163,127,181).

#a37fb5 hex color red value is 163, green value is 127 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a37fb5 hue: 0.78 , saturation: 0.27 and the lightness value of a37fb5 is 0.60.

The process color (four color CMYK) of #a37fb5 color hex is 0.10, 0.30, 0.00, 0.29. Web safe color of #a37fb5 is #9966cc. Color #a37fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111111 10110101
Octal 243 177 265
Decimal 163 127 181
Hex A3 7F B5

RGB Percentages of Color #a37fb5

%34.61
%26.96
%38.43

CMYK Percentages of Color #a37fb5

%10
%30
%0
%29

Triadic Colors of #a37fb5

#a37fb5 #b5a37f #7fb5a3

Analogous Colors of #a37fb5

#a37fb5 #b57fac #887fb5

Monochromatic Colors of #a37fb5

#a37fb5

Complementary Color

#a37fb5 #91b57f

#a37fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37fb5 Color CSS Codes

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

#a37fb5 Text Font Color

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

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


#a37fb5 Background Color

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

This div background color is #a37fb5


#a37fb5 Border Color

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

This div border color is #a37fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37fb5


Comments

No comments written yet.

Please login to write comment.