Color Hex Logo

#a078ce Color Hex

#A078CE
(160,120,206)
0 Favorites   0 Comments

Color spaces of #a078ce

RGB 160120206
HSL0.740.470.64
HSV268°42°81°
CMYK 0.220.420.00   0.19
XYZ32.354325.362861.5828
Yxy25.36280.27120.2126
Hunter Lab50.361526.5431-37.2477
CIE-Lab57.427232.6179-38.7992

#a078ce color RGB value is (160,120,206).

#a078ce hex color red value is 160, green value is 120 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a078ce hue: 0.74 , saturation: 0.47 and the lightness value of a078ce is 0.64.

The process color (four color CMYK) of #a078ce color hex is 0.22, 0.42, 0.00, 0.19. Web safe color of #a078ce is #9966cc. Color #a078ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 11001110
Octal 240 170 316
Decimal 160 120 206
Hex A0 78 CE

RGB Percentages of Color #a078ce

%32.92
%24.69
%42.39

CMYK Percentages of Color #a078ce

%22
%42
%0
%19

Triadic Colors of #a078ce

#a078ce #cea078 #78cea0

Analogous Colors of #a078ce

#a078ce #cb78ce #787bce

Monochromatic Colors of #a078ce

#a078ce

Complementary Color

#a078ce #a6ce78

#a078ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a078ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a078ce Color CSS Codes

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

#a078ce Text Font Color

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

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


#a078ce Background Color

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

This div background color is #a078ce


#a078ce Border Color

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

This div border color is #a078ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a078ce


Comments

No comments written yet.

Please login to write comment.