Color Hex Logo

#a478ef Color Hex

#A478EF
(164,120,239)
0 Favorites   0 Comments

Color spaces of #a478ef

RGB 164120239
HSL0.730.790.70
HSV262°50°94°
CMYK 0.310.500.00   0.06
XYZ37.606327.557484.9984
Yxy27.55740.25040.1835
Hunter Lab52.495136.0068-59.2538
CIE-Lab59.486841.6920-54.0040

#a478ef color RGB value is (164,120,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 11101111
Octal 244 170 357
Decimal 164 120 239
Hex A4 78 EF

RGB Percentages of Color #a478ef

%31.36
%22.94
%45.70

CMYK Percentages of Color #a478ef

%31
%50
%0
%6

Triadic Colors of #a478ef

#a478ef #efa478 #78efa4

Analogous Colors of #a478ef

#a478ef #e078ef #7888ef

Monochromatic Colors of #a478ef

#a478ef

Complementary Color

#a478ef #c3ef78

#a478ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a478ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a478ef Color CSS Codes

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

#a478ef Text Font Color

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

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


#a478ef Background Color

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

This div background color is #a478ef


#a478ef Border Color

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

This div border color is #a478ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a478ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a478ef


Comments

No comments written yet.

Please login to write comment.