Color Hex Logo

#a068dc Color Hex

#A068DC
(160,104,220)
0 Favorites   0 Comments

Color spaces of #a068dc

RGB 160104220
HSL0.750.620.64
HSV269°53°86°
CMYK 0.270.530.00   0.14
XYZ32.365822.541570.3552
Yxy22.54150.25840.1800
Hunter Lab47.477938.5976-54.6245
CIE-Lab54.596944.8589-51.1867

#a068dc color RGB value is (160,104,220).

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

The process color (four color CMYK) of #a068dc color hex is 0.27, 0.53, 0.00, 0.14. Web safe color of #a068dc is #9966cc. Color #a068dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 11011100
Octal 240 150 334
Decimal 160 104 220
Hex A0 68 DC

RGB Percentages of Color #a068dc

%33.06
%21.49
%45.45

CMYK Percentages of Color #a068dc

%27
%53
%0
%14

Triadic Colors of #a068dc

#a068dc #dca068 #68dca0

Analogous Colors of #a068dc

#a068dc #da68dc #686adc

Monochromatic Colors of #a068dc

#a068dc

Complementary Color

#a068dc #a4dc68

#a068dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068dc Color CSS Codes

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

#a068dc Text Font Color

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

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


#a068dc Background Color

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

This div background color is #a068dc


#a068dc Border Color

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

This div border color is #a068dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068dc


Comments

No comments written yet.

Please login to write comment.