Color Hex Logo

#a868de Color Hex

#A868DE
(168,104,222)
0 Favorites   0 Comments

Color spaces of #a868de

RGB 168104222
HSL0.760.640.64
HSV273°53°87°
CMYK 0.240.530.00   0.13
XYZ34.283623.499471.8361
Yxy23.49940.26450.1813
Hunter Lab48.476241.4065-53.9276
CIE-Lab55.583147.3726-50.6911

#a868de color RGB value is (168,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101000 11011110
Octal 250 150 336
Decimal 168 104 222
Hex A8 68 DE

RGB Percentages of Color #a868de

%34.01
%21.05
%44.94

CMYK Percentages of Color #a868de

%24
%53
%0
%13

Triadic Colors of #a868de

#a868de #dea868 #68dea8

Analogous Colors of #a868de

#a868de #de68d9 #6d68de

Monochromatic Colors of #a868de

#a868de

Complementary Color

#a868de #9ede68

#a868de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a868de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a868de Color CSS Codes

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

#a868de Text Font Color

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

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


#a868de Background Color

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

This div background color is #a868de


#a868de Border Color

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

This div border color is #a868de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a868de


Comments

No comments written yet.

Please login to write comment.