Color Hex Logo

#a37efd Color Hex

#A37EFD
(163,126,253)
0 Favorites   0 Comments

Color spaces of #a37efd

RGB 163126253
HSL0.720.970.74
HSV257°50°99°
CMYK 0.360.500.00   0.01
XYZ40.294729.800196.5567
Yxy29.80010.24180.1788
Hunter Lab54.589536.2265-66.6583
CIE-Lab61.481441.6410-58.5601

#a37efd color RGB value is (163,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111110 11111101
Octal 243 176 375
Decimal 163 126 253
Hex A3 7E FD

RGB Percentages of Color #a37efd

%30.07
%23.25
%46.68

CMYK Percentages of Color #a37efd

%36
%50
%0
%1

Triadic Colors of #a37efd

#a37efd #fda37e #7efda3

Analogous Colors of #a37efd

#a37efd #e37efd #7e99fd

Monochromatic Colors of #a37efd

#a37efd

Complementary Color

#a37efd #d8fd7e

#a37efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37efd Color CSS Codes

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

#a37efd Text Font Color

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

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


#a37efd Background Color

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

This div background color is #a37efd


#a37efd Border Color

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

This div border color is #a37efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37efd


Comments

No comments written yet.

Please login to write comment.