Color Hex Logo

#a068eb Color Hex

#A068EB
(160,104,235)
0 Favorites   0 Comments

Color spaces of #a068eb

RGB 160104235
HSL0.740.770.66
HSV266°56°92°
CMYK 0.320.560.00   0.08
XYZ34.442923.372481.2932
Yxy23.37240.24760.1680
Hunter Lab48.345042.5667-65.8559
CIE-Lab55.453948.4798-58.2416

#a068eb color RGB value is (160,104,235).

#a068eb hex color red value is 160, green value is 104 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a068eb hue: 0.74 , saturation: 0.77 and the lightness value of a068eb is 0.66.

The process color (four color CMYK) of #a068eb color hex is 0.32, 0.56, 0.00, 0.08. Web safe color of #a068eb is #9966ff. Color #a068eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 11101011
Octal 240 150 353
Decimal 160 104 235
Hex A0 68 EB

RGB Percentages of Color #a068eb

%32.06
%20.84
%47.09

CMYK Percentages of Color #a068eb

%32
%56
%0
%8

Triadic Colors of #a068eb

#a068eb #eba068 #68eba0

Analogous Colors of #a068eb

#a068eb #e268eb #6872eb

Monochromatic Colors of #a068eb

#a068eb

Complementary Color

#a068eb #b3eb68

#a068eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a068eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a068eb Color CSS Codes

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

#a068eb Text Font Color

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

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


#a068eb Background Color

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

This div background color is #a068eb


#a068eb Border Color

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

This div border color is #a068eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a068eb


Comments

No comments written yet.

Please login to write comment.