Color Hex Logo

#a068de Color Hex

#A068DE
(160,104,222)
0 Favorites   0 Comments

Color spaces of #a068de

RGB 160104222
HSL0.750.640.64
HSV268°53°87°
CMYK 0.280.530.00   0.13
XYZ32.632322.648171.7589
Yxy22.64810.25690.1783
Hunter Lab47.590039.1143-56.0878
CIE-Lab54.708045.3357-52.1375

#a068de color RGB value is (160,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 11011110
Octal 240 150 336
Decimal 160 104 222
Hex A0 68 DE

RGB Percentages of Color #a068de

%32.92
%21.40
%45.68

CMYK Percentages of Color #a068de

%28
%53
%0
%13

Triadic Colors of #a068de

#a068de #dea068 #68dea0

Analogous Colors of #a068de

#a068de #db68de #686bde

Monochromatic Colors of #a068de

#a068de

Complementary Color

#a068de #a6de68

#a068de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068de Color CSS Codes

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

#a068de Text Font Color

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

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


#a068de Background Color

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

This div background color is #a068de


#a068de Border Color

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

This div border color is #a068de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068de


Comments

No comments written yet.

Please login to write comment.