Color Hex Logo

#a768de Color Hex

#A768DE
(167,104,222)
0 Favorites   0 Comments

Color spaces of #a768de

RGB 167104222
HSL0.760.640.64
HSV272°53°87°
CMYK 0.250.530.00   0.13
XYZ34.071523.390071.8262
Yxy23.39000.26350.1809
Hunter Lab48.363241.1162-54.1998
CIE-Lab55.471847.1166-50.8750

#a768de color RGB value is (167,104,222).

#a768de hex color red value is 167, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a768de hue: 0.76 , saturation: 0.64 and the lightness value of a768de is 0.64.

The process color (four color CMYK) of #a768de color hex is 0.25, 0.53, 0.00, 0.13. Web safe color of #a768de is #9966cc. Color #a768de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 11011110
Octal 247 150 336
Decimal 167 104 222
Hex A7 68 DE

RGB Percentages of Color #a768de

%33.87
%21.10
%45.03

CMYK Percentages of Color #a768de

%25
%53
%0
%13

Triadic Colors of #a768de

#a768de #dea768 #68dea7

Analogous Colors of #a768de

#a768de #de68da #6c68de

Monochromatic Colors of #a768de

#a768de

Complementary Color

#a768de #9fde68

#a768de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768de Color CSS Codes

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

#a768de Text Font Color

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

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


#a768de Background Color

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

This div background color is #a768de


#a768de Border Color

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

This div border color is #a768de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,104,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768de


Comments

No comments written yet.

Please login to write comment.