Color Hex Logo

#a246ff Color Hex

#A246FF
(162,70,255)
0 Favorites   0 Comments

Color spaces of #a246ff

RGB 16270255
HSL0.751.000.64
HSV270°73°100°
CMYK 0.360.730.00   0.00
XYZ35.140519.281796.4774
Yxy19.28170.23290.1278
Hunter Lab43.910966.0036-99.5293
CIE-Lab51.015270.0027-76.5527

#a246ff color RGB value is (162,70,255).

#a246ff hex color red value is 162, green value is 70 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a246ff hue: 0.75 , saturation: 1.00 and the lightness value of a246ff is 0.64.

The process color (four color CMYK) of #a246ff color hex is 0.36, 0.73, 0.00, 0.00. Web safe color of #a246ff is #9933ff. Color #a246ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 11111111
Octal 242 106 377
Decimal 162 70 255
Hex A2 46 FF

RGB Percentages of Color #a246ff

%33.26
%14.37
%52.36

CMYK Percentages of Color #a246ff

%36
%73
%0
%0

Triadic Colors of #a246ff

#a246ff #ffa246 #46ffa2

Analogous Colors of #a246ff

#a246ff #ff46ff #4646ff

Monochromatic Colors of #a246ff

#a246ff

Complementary Color

#a246ff #a3ff46

#a246ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a246ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a246ff Color CSS Codes

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

#a246ff Text Font Color

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

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


#a246ff Background Color

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

This div background color is #a246ff


#a246ff Border Color

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

This div border color is #a246ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,70,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a246ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a246ff


Comments

No comments written yet.

Please login to write comment.