Color Hex Logo

#a37efe Color Hex

#A37EFE
(163,126,254)
0 Favorites   0 Comments

Color spaces of #a37efe

RGB 163126254
HSL0.710.980.75
HSV257°50°100°
CMYK 0.360.500.00   0.00
XYZ40.454529.864097.3981
Yxy29.86400.24120.1781
Hunter Lab54.648036.5051-67.4179
CIE-Lab61.536741.8983-59.0212

#a37efe color RGB value is (163,126,254).

#a37efe hex color red value is 163, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a37efe hue: 0.71 , saturation: 0.98 and the lightness value of a37efe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111110 11111110
Octal 243 176 376
Decimal 163 126 254
Hex A3 7E FE

RGB Percentages of Color #a37efe

%30.02
%23.20
%46.78

CMYK Percentages of Color #a37efe

%36
%50
%0
%0

Triadic Colors of #a37efe

#a37efe #fea37e #7efea3

Analogous Colors of #a37efe

#a37efe #e37efe #7e99fe

Monochromatic Colors of #a37efe

#a37efe

Complementary Color

#a37efe #d9fe7e

#a37efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37efe Color CSS Codes

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

#a37efe Text Font Color

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

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


#a37efe Background Color

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

This div background color is #a37efe


#a37efe Border Color

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

This div border color is #a37efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37efe


Comments

No comments written yet.

Please login to write comment.