Color Hex Logo

#a06cea Color Hex

#A06CEA
(160,108,234)
0 Favorites   0 Comments

Color spaces of #a06cea

RGB 160108234
HSL0.740.750.67
HSV265°54°92°
CMYK 0.320.540.00   0.08
XYZ34.711024.139280.6718
Yxy24.13920.24880.1730
Hunter Lab49.131740.1280-62.9591
CIE-Lab56.226946.0703-56.4453

#a06cea color RGB value is (160,108,234).

#a06cea hex color red value is 160, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a06cea hue: 0.74 , saturation: 0.75 and the lightness value of a06cea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101100 11101010
Octal 240 154 352
Decimal 160 108 234
Hex A0 6C EA

RGB Percentages of Color #a06cea

%31.87
%21.51
%46.61

CMYK Percentages of Color #a06cea

%32
%54
%0
%8

Triadic Colors of #a06cea

#a06cea #eaa06c #6ceaa0

Analogous Colors of #a06cea

#a06cea #df6cea #6c77ea

Monochromatic Colors of #a06cea

#a06cea

Complementary Color

#a06cea #b6ea6c

#a06cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06cea Color CSS Codes

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

#a06cea Text Font Color

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

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


#a06cea Background Color

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

This div background color is #a06cea


#a06cea Border Color

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

This div border color is #a06cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06cea


Comments

No comments written yet.

Please login to write comment.