Color Hex Logo

#a754fd Color Hex

#A754FD
(167,84,253)
0 Favorites   0 Comments

Color spaces of #a754fd

RGB 16784253
HSL0.750.980.66
HSV269°67°99°
CMYK 0.340.670.00   0.01
XYZ36.836321.648095.1655
Yxy21.64800.23970.1409
Hunter Lab46.527459.8976-88.7005
CIE-Lab53.651564.3213-71.1326

#a754fd color RGB value is (167,84,253).

#a754fd hex color red value is 167, green value is 84 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a754fd hue: 0.75 , saturation: 0.98 and the lightness value of a754fd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010100 11111101
Octal 247 124 375
Decimal 167 84 253
Hex A7 54 FD

RGB Percentages of Color #a754fd

%33.13
%16.67
%50.20

CMYK Percentages of Color #a754fd

%34
%67
%0
%1

Triadic Colors of #a754fd

#a754fd #fda754 #54fda7

Analogous Colors of #a754fd

#a754fd #fc54fd #5456fd

Monochromatic Colors of #a754fd

#a754fd

Complementary Color

#a754fd #aafd54

#a754fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a754fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a754fd Color CSS Codes

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

#a754fd Text Font Color

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

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


#a754fd Background Color

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

This div background color is #a754fd


#a754fd Border Color

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

This div border color is #a754fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a754fd


Comments

No comments written yet.

Please login to write comment.