Color Hex Logo

#a862ec Color Hex

#A862EC
(168,98,236)
0 Favorites   0 Comments

Color spaces of #a862ec

RGB 16898236
HSL0.750.780.65
HSV270°58°93°
CMYK 0.290.580.00   0.07
XYZ35.656523.116381.9395
Yxy23.11630.25340.1643
Hunter Lab48.079448.2396-67.3896
CIE-Lab55.191953.7474-59.1728

#a862ec color RGB value is (168,98,236).

#a862ec hex color red value is 168, green value is 98 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a862ec hue: 0.75 , saturation: 0.78 and the lightness value of a862ec is 0.65.

The process color (four color CMYK) of #a862ec color hex is 0.29, 0.58, 0.00, 0.07. Web safe color of #a862ec is #9966ff. Color #a862ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 11101100
Octal 250 142 354
Decimal 168 98 236
Hex A8 62 EC

RGB Percentages of Color #a862ec

%33.47
%19.52
%47.01

CMYK Percentages of Color #a862ec

%29
%58
%0
%7

Triadic Colors of #a862ec

#a862ec #eca862 #62eca8

Analogous Colors of #a862ec

#a862ec #ec62eb #6362ec

Monochromatic Colors of #a862ec

#a862ec

Complementary Color

#a862ec #a6ec62

#a862ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a862ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a862ec Color CSS Codes

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

#a862ec Text Font Color

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

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


#a862ec Background Color

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

This div background color is #a862ec


#a862ec Border Color

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

This div border color is #a862ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,98,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a862ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a862ec;
  -webkit-box-shadow: 1px 1px 3px 2px #a862ec;
  box-shadow:         1px 1px 3px 2px #a862ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,98,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a862ec


Comments

No comments written yet.

Please login to write comment.