Color Hex Logo

#a768ec Color Hex

#A768EC
(167,104,236)
0 Favorites   0 Comments

Color spaces of #a768ec

RGB 167104236
HSL0.750.780.67
HSV269°56°93°
CMYK 0.290.560.00   0.07
XYZ36.027024.172282.1238
Yxy24.17220.25310.1698
Hunter Lab49.165244.7610-64.6202
CIE-Lab56.259850.3893-57.4679

#a768ec color RGB value is (167,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 11101100
Octal 247 150 354
Decimal 167 104 236
Hex A7 68 EC

RGB Percentages of Color #a768ec

%32.94
%20.51
%46.55

CMYK Percentages of Color #a768ec

%29
%56
%0
%7

Triadic Colors of #a768ec

#a768ec #eca768 #68eca7

Analogous Colors of #a768ec

#a768ec #e968ec #686bec

Monochromatic Colors of #a768ec

#a768ec

Complementary Color

#a768ec #adec68

#a768ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768ec Color CSS Codes

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

#a768ec Text Font Color

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

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


#a768ec Background Color

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

This div background color is #a768ec


#a768ec Border Color

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

This div border color is #a768ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768ec


Comments

No comments written yet.

Please login to write comment.