Color Hex Logo

#a37cbf Color Hex

#A37CBF
(163,124,191)
0 Favorites   0 Comments

Color spaces of #a37cbf

RGB 163124191
HSL0.760.340.62
HSV275°35°75°
CMYK 0.150.350.00   0.25
XYZ31.715925.963452.6300
Yxy25.96340.28750.2354
Hunter Lab50.954321.9352-25.5718
CIE-Lab58.002327.8276-29.3694

#a37cbf color RGB value is (163,124,191).

#a37cbf hex color red value is 163, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a37cbf hue: 0.76 , saturation: 0.34 and the lightness value of a37cbf is 0.62.

The process color (four color CMYK) of #a37cbf color hex is 0.15, 0.35, 0.00, 0.25. Web safe color of #a37cbf is #9966cc. Color #a37cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 10111111
Octal 243 174 277
Decimal 163 124 191
Hex A3 7C BF

RGB Percentages of Color #a37cbf

%34.10
%25.94
%39.96

CMYK Percentages of Color #a37cbf

%15
%35
%0
%25

Triadic Colors of #a37cbf

#a37cbf #bfa37c #7cbfa3

Analogous Colors of #a37cbf

#a37cbf #bf7cba #827cbf

Monochromatic Colors of #a37cbf

#a37cbf

Complementary Color

#a37cbf #98bf7c

#a37cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37cbf Color CSS Codes

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

#a37cbf Text Font Color

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

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


#a37cbf Background Color

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

This div background color is #a37cbf


#a37cbf Border Color

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

This div border color is #a37cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37cbf


Comments

No comments written yet.

Please login to write comment.