Color Hex Logo

#8477cd Color Hex

#8477CD
(132,119,205)
0 Favorites   0 Comments

Color spaces of #8477cd

RGB 132119205
HSL0.690.460.64
HSV249°42°80°
CMYK 0.360.420.00   0.20
XYZ27.132022.507060.6719
Yxy22.50700.24600.2040
Hunter Lab47.441519.0621-42.6155
CIE-Lab54.560925.0770-42.9216

#8477cd color RGB value is (132,119,205).

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

The process color (four color CMYK) of #8477cd color hex is 0.36, 0.42, 0.00, 0.20. Web safe color of #8477cd is #9966cc. Color #8477cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110111 11001101
Octal 204 167 315
Decimal 132 119 205
Hex 84 77 CD

RGB Percentages of Color #8477cd

%28.95
%26.10
%44.96

CMYK Percentages of Color #8477cd

%36
%42
%0
%20

Triadic Colors of #8477cd

#8477cd #cd8477 #77cd84

Analogous Colors of #8477cd

#8477cd #af77cd #7795cd

Monochromatic Colors of #8477cd

#8477cd

Complementary Color

#8477cd #c0cd77

#8477cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8477cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8477cd Color CSS Codes

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

#8477cd Text Font Color

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

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


#8477cd Background Color

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

This div background color is #8477cd


#8477cd Border Color

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

This div border color is #8477cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8477cd


Comments

No comments written yet.

Please login to write comment.