Color Hex Logo

#a254fd Color Hex

#A254FD
(162,84,253)
0 Favorites   0 Comments

Color spaces of #a254fd

RGB 16284253
HSL0.740.980.66
HSV268°67°99°
CMYK 0.360.670.00   0.01
XYZ35.800221.113995.1170
Yxy21.11390.23550.1389
Hunter Lab45.949958.6597-90.5664
CIE-Lab53.073963.3605-72.0959

#a254fd color RGB value is (162,84,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010100 11111101
Octal 242 124 375
Decimal 162 84 253
Hex A2 54 FD

RGB Percentages of Color #a254fd

%32.46
%16.83
%50.70

CMYK Percentages of Color #a254fd

%36
%67
%0
%1

Triadic Colors of #a254fd

#a254fd #fda254 #54fda2

Analogous Colors of #a254fd

#a254fd #f754fd #545bfd

Monochromatic Colors of #a254fd

#a254fd

Complementary Color

#a254fd #affd54

#a254fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a254fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a254fd Color CSS Codes

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

#a254fd Text Font Color

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

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


#a254fd Background Color

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

This div background color is #a254fd


#a254fd Border Color

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

This div border color is #a254fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a254fd


Comments

No comments written yet.

Please login to write comment.