Color Hex Logo

#a067dc Color Hex

#A067DC
(160,103,220)
0 Favorites   0 Comments

Color spaces of #a067dc

RGB 160103220
HSL0.750.630.63
HSV269°53°86°
CMYK 0.270.530.00   0.14
XYZ32.265722.341470.3219
Yxy22.34140.25830.1788
Hunter Lab47.266739.1329-55.1231
CIE-Lab54.387445.4017-51.5206

#a067dc color RGB value is (160,103,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 11011100
Octal 240 147 334
Decimal 160 103 220
Hex A0 67 DC

RGB Percentages of Color #a067dc

%33.13
%21.33
%45.55

CMYK Percentages of Color #a067dc

%27
%53
%0
%14

Triadic Colors of #a067dc

#a067dc #dca067 #67dca0

Analogous Colors of #a067dc

#a067dc #db67dc #6769dc

Monochromatic Colors of #a067dc

#a067dc

Complementary Color

#a067dc #a3dc67

#a067dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a067dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a067dc Color CSS Codes

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

#a067dc Text Font Color

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

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


#a067dc Background Color

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

This div background color is #a067dc


#a067dc Border Color

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

This div border color is #a067dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,103,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 #a067dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a067dc


Comments

No comments written yet.

Please login to write comment.