Color Hex Logo

#a37dfb Color Hex

#A37DFB
(163,125,251)
0 Favorites   0 Comments

Color spaces of #a37dfb

RGB 163125251
HSL0.720.940.74
HSV258°50°98°
CMYK 0.350.500.00   0.02
XYZ39.850529.418894.8448
Yxy29.41880.24280.1793
Hunter Lab54.239136.2289-65.7096
CIE-Lab61.149541.6862-57.9900

#a37dfb color RGB value is (163,125,251).

#a37dfb hex color red value is 163, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a37dfb hue: 0.72 , saturation: 0.94 and the lightness value of a37dfb is 0.74.

The process color (four color CMYK) of #a37dfb color hex is 0.35, 0.50, 0.00, 0.02. Web safe color of #a37dfb is #9966ff. Color #a37dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 11111011
Octal 243 175 373
Decimal 163 125 251
Hex A3 7D FB

RGB Percentages of Color #a37dfb

%30.24
%23.19
%46.57

CMYK Percentages of Color #a37dfb

%35
%50
%0
%2

Triadic Colors of #a37dfb

#a37dfb #fba37d #7dfba3

Analogous Colors of #a37dfb

#a37dfb #e27dfb #7d96fb

Monochromatic Colors of #a37dfb

#a37dfb

Complementary Color

#a37dfb #d5fb7d

#a37dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dfb Color CSS Codes

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

#a37dfb Text Font Color

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

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


#a37dfb Background Color

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

This div background color is #a37dfb


#a37dfb Border Color

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

This div border color is #a37dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dfb


Comments

No comments written yet.

Please login to write comment.