Color Hex Logo

#a246ce Color Hex

#A246CE
(162,70,206)
0 Favorites   0 Comments

Color spaces of #a246ce

RGB 16270206
HSL0.780.580.54
HSV281°66°81°
CMYK 0.210.660.00   0.19
XYZ28.231016.517960.0929
Yxy16.51790.26930.1576
Hunter Lab40.642252.8662-59.2156
CIE-Lab47.646859.2656-54.3173

#a246ce color RGB value is (162,70,206).

#a246ce hex color red value is 162, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a246ce hue: 0.78 , saturation: 0.58 and the lightness value of a246ce is 0.54.

The process color (four color CMYK) of #a246ce color hex is 0.21, 0.66, 0.00, 0.19. Web safe color of #a246ce is #9933cc. Color #a246ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 11001110
Octal 242 106 316
Decimal 162 70 206
Hex A2 46 CE

RGB Percentages of Color #a246ce

%36.99
%15.98
%47.03

CMYK Percentages of Color #a246ce

%21
%66
%0
%19

Triadic Colors of #a246ce

#a246ce #cea246 #46cea2

Analogous Colors of #a246ce

#a246ce #ce46b6 #5e46ce

Monochromatic Colors of #a246ce

#a246ce

Complementary Color

#a246ce #72ce46

#a246ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a246ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a246ce Color CSS Codes

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

#a246ce Text Font Color

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

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


#a246ce Background Color

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

This div background color is #a246ce


#a246ce Border Color

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

This div border color is #a246ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a246ce


Comments

No comments written yet.

Please login to write comment.