Color Hex Logo

#8479ce Color Hex

#8479CE
(132,121,206)
0 Favorites   0 Comments

Color spaces of #8479ce

RGB 132121206
HSL0.690.460.64
HSV248°41°81°
CMYK 0.360.410.00   0.19
XYZ27.493723.036561.3899
Yxy23.03650.24570.2058
Hunter Lab47.996418.2563-42.2376
CIE-Lab55.109924.1669-42.6216

#8479ce color RGB value is (132,121,206).

#8479ce hex color red value is 132, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8479ce hue: 0.69 , saturation: 0.46 and the lightness value of 8479ce is 0.64.

The process color (four color CMYK) of #8479ce color hex is 0.36, 0.41, 0.00, 0.19. Web safe color of #8479ce is #9966cc. Color #8479ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 11001110
Octal 204 171 316
Decimal 132 121 206
Hex 84 79 CE

RGB Percentages of Color #8479ce

%28.76
%26.36
%44.88

CMYK Percentages of Color #8479ce

%36
%41
%0
%19

Triadic Colors of #8479ce

#8479ce #ce8479 #79ce84

Analogous Colors of #8479ce

#8479ce #af79ce #7999ce

Monochromatic Colors of #8479ce

#8479ce

Complementary Color

#8479ce #c3ce79

#8479ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8479ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8479ce Color CSS Codes

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

#8479ce Text Font Color

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

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


#8479ce Background Color

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

This div background color is #8479ce


#8479ce Border Color

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

This div border color is #8479ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,121,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8479ce


Comments

No comments written yet.

Please login to write comment.