Color Hex Logo

#a773fd Color Hex

#A773FD
(167,115,253)
0 Favorites   0 Comments

Color spaces of #a773fd

RGB 167115253
HSL0.730.970.72
HSV263°55°99°
CMYK 0.340.550.00   0.01
XYZ39.796727.568896.1523
Yxy27.56880.24340.1686
Hunter Lab52.506043.4078-71.8214
CIE-Lab59.497248.6397-61.7126

#a773fd color RGB value is (167,115,253).

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

The process color (four color CMYK) of #a773fd color hex is 0.34, 0.55, 0.00, 0.01. Web safe color of #a773fd is #9966ff. Color #a773fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110011 11111101
Octal 247 163 375
Decimal 167 115 253
Hex A7 73 FD

RGB Percentages of Color #a773fd

%31.21
%21.50
%47.29

CMYK Percentages of Color #a773fd

%34
%55
%0
%1

Triadic Colors of #a773fd

#a773fd #fda773 #73fda7

Analogous Colors of #a773fd

#a773fd #ec73fd #7384fd

Monochromatic Colors of #a773fd

#a773fd

Complementary Color

#a773fd #c9fd73

#a773fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a773fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a773fd Color CSS Codes

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

#a773fd Text Font Color

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

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


#a773fd Background Color

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

This div background color is #a773fd


#a773fd Border Color

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

This div border color is #a773fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a773fd


Comments

No comments written yet.

Please login to write comment.