Color Hex Logo

#a374fd Color Hex

#A374FD
(163,116,253)
0 Favorites   0 Comments

Color spaces of #a374fd

RGB 163116253
HSL0.720.970.72
HSV261°54°99°
CMYK 0.360.540.00   0.01
XYZ39.079327.369296.1516
Yxy27.36920.24030.1683
Hunter Lab52.315641.7857-72.3491
CIE-Lab59.314547.1657-62.0270

#a374fd color RGB value is (163,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 11111101
Octal 243 164 375
Decimal 163 116 253
Hex A3 74 FD

RGB Percentages of Color #a374fd

%30.64
%21.80
%47.56

CMYK Percentages of Color #a374fd

%36
%54
%0
%1

Triadic Colors of #a374fd

#a374fd #fda374 #74fda3

Analogous Colors of #a374fd

#a374fd #e874fd #748afd

Monochromatic Colors of #a374fd

#a374fd

Complementary Color

#a374fd #cefd74

#a374fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a374fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a374fd Color CSS Codes

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

#a374fd Text Font Color

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

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


#a374fd Background Color

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

This div background color is #a374fd


#a374fd Border Color

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

This div border color is #a374fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a374fd


Comments

No comments written yet.

Please login to write comment.