Color Hex Logo

#a078ba Color Hex

#A078BA
(160,120,186)
0 Favorites   0 Comments

Color spaces of #a078ba

RGB 160120186
HSL0.770.320.60
HSV276°35°73°
CMYK 0.140.350.00   0.27
XYZ30.076624.451749.5888
Yxy24.45170.28890.2348
Hunter Lab49.448722.0355-24.8440
CIE-Lab56.537228.0614-28.8119

#a078ba color RGB value is (160,120,186).

#a078ba hex color red value is 160, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a078ba hue: 0.77 , saturation: 0.32 and the lightness value of a078ba is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 10111010
Octal 240 170 272
Decimal 160 120 186
Hex A0 78 BA

RGB Percentages of Color #a078ba

%34.33
%25.75
%39.91

CMYK Percentages of Color #a078ba

%14
%35
%0
%27

Triadic Colors of #a078ba

#a078ba #baa078 #78baa0

Analogous Colors of #a078ba

#a078ba #ba78b3 #7f78ba

Monochromatic Colors of #a078ba

#a078ba

Complementary Color

#a078ba #92ba78

#a078ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a078ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a078ba Color CSS Codes

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

#a078ba Text Font Color

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

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


#a078ba Background Color

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

This div background color is #a078ba


#a078ba Border Color

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

This div border color is #a078ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a078ba


Comments

No comments written yet.

Please login to write comment.