Color Hex Logo

#8479fd Color Hex

#8479FD
(132,121,253)
0 Favorites   0 Comments

Color spaces of #8479fd

RGB 132121253
HSL0.680.970.73
HSV245°52°99°
CMYK 0.480.520.00   0.01
XYZ34.082725.672196.0874
Yxy25.67210.21870.1647
Hunter Lab50.667631.4036-76.9717
CIE-Lab57.724537.4457-64.7257

#8479fd color RGB value is (132,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 11111101
Octal 204 171 375
Decimal 132 121 253
Hex 84 79 FD

RGB Percentages of Color #8479fd

%26.09
%23.91
%50.00

CMYK Percentages of Color #8479fd

%48
%52
%0
%1

Triadic Colors of #8479fd

#8479fd #fd8479 #79fd84

Analogous Colors of #8479fd

#8479fd #c679fd #79b0fd

Monochromatic Colors of #8479fd

#8479fd

Complementary Color

#8479fd #f2fd79

#8479fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8479fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8479fd Color CSS Codes

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

#8479fd Text Font Color

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

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


#8479fd Background Color

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

This div background color is #8479fd


#8479fd Border Color

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

This div border color is #8479fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,121,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8479fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8479fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8479fd;
  box-shadow:         1px 1px 3px 2px #8479fd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8479fd


Comments

No comments written yet.

Please login to write comment.