Color Hex Logo

#a078ef Color Hex

#A078EF
(160,120,239)
0 Favorites   0 Comments

Color spaces of #a078ef

RGB 160120239
HSL0.720.790.70
HSV260°50°94°
CMYK 0.330.500.00   0.06
XYZ36.793727.138584.9604
Yxy27.13850.24710.1823
Hunter Lab52.094634.9064-60.2290
CIE-Lab59.102340.6860-54.6394

#a078ef color RGB value is (160,120,239).

#a078ef hex color red value is 160, green value is 120 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a078ef hue: 0.72 , saturation: 0.79 and the lightness value of a078ef is 0.70.

The process color (four color CMYK) of #a078ef color hex is 0.33, 0.50, 0.00, 0.06. Web safe color of #a078ef is #9966ff. Color #a078ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 11101111
Octal 240 170 357
Decimal 160 120 239
Hex A0 78 EF

RGB Percentages of Color #a078ef

%30.83
%23.12
%46.05

CMYK Percentages of Color #a078ef

%33
%50
%0
%6

Triadic Colors of #a078ef

#a078ef #efa078 #78efa0

Analogous Colors of #a078ef

#a078ef #dc78ef #788cef

Monochromatic Colors of #a078ef

#a078ef

Complementary Color

#a078ef #c7ef78

#a078ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a078ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a078ef Color CSS Codes

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

#a078ef Text Font Color

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

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


#a078ef Background Color

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

This div background color is #a078ef


#a078ef Border Color

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

This div border color is #a078ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a078ef


Comments

No comments written yet.

Please login to write comment.