Color Hex Logo

#a778fd Color Hex

#A778FD
(167,120,253)
0 Favorites   0 Comments

Color spaces of #a778fd

RGB 167120253
HSL0.730.970.73
HSV261°53°99°
CMYK 0.340.530.00   0.01
XYZ40.382428.740396.3475
Yxy28.74030.24400.1737
Hunter Lab53.610040.6399-69.0286
CIE-Lab60.551745.9202-60.0241

#a778fd color RGB value is (167,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111000 11111101
Octal 247 170 375
Decimal 167 120 253
Hex A7 78 FD

RGB Percentages of Color #a778fd

%30.93
%22.22
%46.85

CMYK Percentages of Color #a778fd

%34
%53
%0
%1

Triadic Colors of #a778fd

#a778fd #fda778 #78fda7

Analogous Colors of #a778fd

#a778fd #ea78fd #788cfd

Monochromatic Colors of #a778fd

#a778fd

Complementary Color

#a778fd #cefd78

#a778fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a778fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a778fd Color CSS Codes

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

#a778fd Text Font Color

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

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


#a778fd Background Color

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

This div background color is #a778fd


#a778fd Border Color

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

This div border color is #a778fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a778fd


Comments

No comments written yet.

Please login to write comment.