Color Hex Logo

#a067ee Color Hex

#A067EE
(160,103,238)
0 Favorites   0 Comments

Color spaces of #a067ee

RGB 160103238
HSL0.740.800.67
HSV265°57°93°
CMYK 0.330.570.00   0.07
XYZ34.780123.347183.5623
Yxy23.34710.24550.1648
Hunter Lab48.318843.9271-68.7126
CIE-Lab55.428149.7505-59.9587

#a067ee color RGB value is (160,103,238).

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

The process color (four color CMYK) of #a067ee color hex is 0.33, 0.57, 0.00, 0.07. Web safe color of #a067ee is #9966ff. Color #a067ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 11101110
Octal 240 147 356
Decimal 160 103 238
Hex A0 67 EE

RGB Percentages of Color #a067ee

%31.94
%20.56
%47.50

CMYK Percentages of Color #a067ee

%33
%57
%0
%7

Triadic Colors of #a067ee

#a067ee #eea067 #67eea0

Analogous Colors of #a067ee

#a067ee #e467ee #6772ee

Monochromatic Colors of #a067ee

#a067ee

Complementary Color

#a067ee #b5ee67

#a067ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a067ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a067ee Color CSS Codes

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

#a067ee Text Font Color

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

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


#a067ee Background Color

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

This div background color is #a067ee


#a067ee Border Color

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

This div border color is #a067ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a067ee


Comments

No comments written yet.

Please login to write comment.