Color Hex Logo

#a37dbf Color Hex

#A37DBF
(163,125,191)
0 Favorites   0 Comments

Color spaces of #a37dbf

RGB 163125191
HSL0.760.340.62
HSV275°35°75°
CMYK 0.150.350.00   0.25
XYZ31.841826.215352.6720
Yxy26.21530.28760.2368
Hunter Lab51.200921.4075-25.1529
CIE-Lab58.240827.2577-28.9998

#a37dbf color RGB value is (163,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 10111111
Octal 243 175 277
Decimal 163 125 191
Hex A3 7D BF

RGB Percentages of Color #a37dbf

%34.03
%26.10
%39.87

CMYK Percentages of Color #a37dbf

%15
%35
%0
%25

Triadic Colors of #a37dbf

#a37dbf #bfa37d #7dbfa3

Analogous Colors of #a37dbf

#a37dbf #bf7dba #827dbf

Monochromatic Colors of #a37dbf

#a37dbf

Complementary Color

#a37dbf #99bf7d

#a37dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dbf Color CSS Codes

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

#a37dbf Text Font Color

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

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


#a37dbf Background Color

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

This div background color is #a37dbf


#a37dbf Border Color

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

This div border color is #a37dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,125,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 #a37dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dbf


Comments

No comments written yet.

Please login to write comment.