Color Hex Logo

#a978ec Color Hex

#A978EC
(169,120,236)
0 Favorites   0 Comments

Color spaces of #a978ec

RGB 169120236
HSL0.740.750.70
HSV265°49°93°
CMYK 0.280.490.00   0.07
XYZ38.219027.924182.7324
Yxy27.92410.25670.1876
Hunter Lab52.843336.6248-55.8353
CIE-Lab59.820142.2379-51.7781

#a978ec color RGB value is (169,120,236).

#a978ec hex color red value is 169, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a978ec hue: 0.74 , saturation: 0.75 and the lightness value of a978ec is 0.70.

The process color (four color CMYK) of #a978ec color hex is 0.28, 0.49, 0.00, 0.07. Web safe color of #a978ec is #9966ff. Color #a978ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11101100
Octal 251 170 354
Decimal 169 120 236
Hex A9 78 EC

RGB Percentages of Color #a978ec

%32.19
%22.86
%44.95

CMYK Percentages of Color #a978ec

%28
%49
%0
%7

Triadic Colors of #a978ec

#a978ec #eca978 #78eca9

Analogous Colors of #a978ec

#a978ec #e378ec #7881ec

Monochromatic Colors of #a978ec

#a978ec

Complementary Color

#a978ec #bbec78

#a978ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978ec Color CSS Codes

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

#a978ec Text Font Color

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

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


#a978ec Background Color

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

This div background color is #a978ec


#a978ec Border Color

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

This div border color is #a978ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978ec


Comments

No comments written yet.

Please login to write comment.