Color Hex Logo

#a778fc Color Hex

#A778FC
(167,120,252)
0 Favorites   0 Comments

Color spaces of #a778fc

RGB 167120252
HSL0.730.960.73
HSV261°52°99°
CMYK 0.340.520.00   0.01
XYZ40.223528.676795.5106
Yxy28.67670.24470.1744
Hunter Lab53.550640.3632-68.2617
CIE-Lab60.495245.6701-59.5639

#a778fc color RGB value is (167,120,252).

#a778fc hex color red value is 167, green value is 120 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a778fc hue: 0.73 , saturation: 0.96 and the lightness value of a778fc is 0.73.

The process color (four color CMYK) of #a778fc color hex is 0.34, 0.52, 0.00, 0.01. Web safe color of #a778fc is #9966ff. Color #a778fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111000 11111100
Octal 247 170 374
Decimal 167 120 252
Hex A7 78 FC

RGB Percentages of Color #a778fc

%30.98
%22.26
%46.75

CMYK Percentages of Color #a778fc

%34
%52
%0
%1

Triadic Colors of #a778fc

#a778fc #fca778 #78fca7

Analogous Colors of #a778fc

#a778fc #e978fc #788bfc

Monochromatic Colors of #a778fc

#a778fc

Complementary Color

#a778fc #cdfc78

#a778fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a778fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a778fc Color CSS Codes

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

#a778fc Text Font Color

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

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


#a778fc Background Color

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

This div background color is #a778fc


#a778fc Border Color

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

This div border color is #a778fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a778fc


Comments

No comments written yet.

Please login to write comment.