Color Hex Logo

#a266fd Color Hex

#A266FD
(162,102,253)
0 Favorites   0 Comments

Color spaces of #a266fd

RGB 162102253
HSL0.730.970.70
HSV264°60°99°
CMYK 0.360.600.00   0.01
XYZ37.381324.276095.6440
Yxy24.27600.23760.1543
Hunter Lab49.270749.2029-80.6040
CIE-Lab56.363154.4226-66.7774

#a266fd color RGB value is (162,102,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100110 11111101
Octal 242 146 375
Decimal 162 102 253
Hex A2 66 FD

RGB Percentages of Color #a266fd

%31.33
%19.73
%48.94

CMYK Percentages of Color #a266fd

%36
%60
%0
%1

Triadic Colors of #a266fd

#a266fd #fda266 #66fda2

Analogous Colors of #a266fd

#a266fd #ee66fd #6676fd

Monochromatic Colors of #a266fd

#a266fd

Complementary Color

#a266fd #c1fd66

#a266fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a266fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a266fd Color CSS Codes

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

#a266fd Text Font Color

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

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


#a266fd Background Color

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

This div background color is #a266fd


#a266fd Border Color

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

This div border color is #a266fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a266fd


Comments

No comments written yet.

Please login to write comment.