Color Hex Logo

#8477d9 Color Hex

#8477D9
(132,119,217)
0 Favorites   0 Comments

Color spaces of #8477d9

RGB 132119217
HSL0.690.560.66
HSV248°45°85°
CMYK 0.390.450.00   0.15
XYZ28.636923.108968.5968
Yxy23.10890.23800.1920
Hunter Lab48.071722.2091-50.9547
CIE-Lab55.184328.3673-48.7212

#8477d9 color RGB value is (132,119,217).

#8477d9 hex color red value is 132, green value is 119 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8477d9 hue: 0.69 , saturation: 0.56 and the lightness value of 8477d9 is 0.66.

The process color (four color CMYK) of #8477d9 color hex is 0.39, 0.45, 0.00, 0.15. Web safe color of #8477d9 is #9966cc. Color #8477d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110111 11011001
Octal 204 167 331
Decimal 132 119 217
Hex 84 77 D9

RGB Percentages of Color #8477d9

%28.21
%25.43
%46.37

CMYK Percentages of Color #8477d9

%39
%45
%0
%15

Triadic Colors of #8477d9

#8477d9 #d98477 #77d984

Analogous Colors of #8477d9

#8477d9 #b577d9 #779bd9

Monochromatic Colors of #8477d9

#8477d9

Complementary Color

#8477d9 #ccd977

#8477d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8477d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8477d9 Color CSS Codes

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

#8477d9 Text Font Color

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

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


#8477d9 Background Color

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

This div background color is #8477d9


#8477d9 Border Color

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

This div border color is #8477d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,119,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8477d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8477d9;
  -webkit-box-shadow: 1px 1px 3px 2px #8477d9;
  box-shadow:         1px 1px 3px 2px #8477d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8477d9


Comments

No comments written yet.

Please login to write comment.