Color Hex Logo

#a068dd Color Hex

#A068DD
(160,104,221)
0 Favorites   0 Comments

Color spaces of #a068dd

RGB 160104221
HSL0.750.630.64
HSV269°53°87°
CMYK 0.280.530.00   0.13
XYZ32.498722.594771.0550
Yxy22.59470.25760.1791
Hunter Lab47.533938.8553-55.3547
CIE-Lab54.652445.0969-51.6624

#a068dd color RGB value is (160,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 11011101
Octal 240 150 335
Decimal 160 104 221
Hex A0 68 DD

RGB Percentages of Color #a068dd

%32.99
%21.44
%45.57

CMYK Percentages of Color #a068dd

%28
%53
%0
%13

Triadic Colors of #a068dd

#a068dd #dda068 #68dda0

Analogous Colors of #a068dd

#a068dd #db68dd #686bdd

Monochromatic Colors of #a068dd

#a068dd

Complementary Color

#a068dd #a5dd68

#a068dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068dd Color CSS Codes

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

#a068dd Text Font Color

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

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


#a068dd Background Color

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

This div background color is #a068dd


#a068dd Border Color

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

This div border color is #a068dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068dd


Comments

No comments written yet.

Please login to write comment.