Color Hex Logo

#a067bb Color Hex

#A067BB
(160,103,187)
0 Favorites   0 Comments

Color spaces of #a067bb

RGB 160103187
HSL0.780.380.57
HSV281°45°73°
CMYK 0.140.450.00   0.27
XYZ28.317120.761949.5287
Yxy20.76190.28720.2106
Hunter Lab45.565231.1920-32.5517
CIE-Lab52.687937.8752-35.3865

#a067bb color RGB value is (160,103,187).

#a067bb hex color red value is 160, green value is 103 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a067bb hue: 0.78 , saturation: 0.38 and the lightness value of a067bb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 10111011
Octal 240 147 273
Decimal 160 103 187
Hex A0 67 BB

RGB Percentages of Color #a067bb

%35.56
%22.89
%41.56

CMYK Percentages of Color #a067bb

%14
%45
%0
%27

Triadic Colors of #a067bb

#a067bb #bba067 #67bba0

Analogous Colors of #a067bb

#a067bb #bb67ac #7667bb

Monochromatic Colors of #a067bb

#a067bb

Complementary Color

#a067bb #82bb67

#a067bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a067bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a067bb Color CSS Codes

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

#a067bb Text Font Color

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

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


#a067bb Background Color

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

This div background color is #a067bb


#a067bb Border Color

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

This div border color is #a067bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a067bb


Comments

No comments written yet.

Please login to write comment.