Color Hex Logo

#8475dc Color Hex

#8475DC
(132,117,220)
0 Favorites   0 Comments

Color spaces of #8475dc

RGB 132117220
HSL0.690.600.66
HSV249°47°86°
CMYK 0.400.470.00   0.14
XYZ28.795322.795470.5924
Yxy22.79540.23570.1866
Hunter Lab47.744524.1026-54.2417
CIE-Lab54.861030.3780-50.9255

#8475dc color RGB value is (132,117,220).

#8475dc hex color red value is 132, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8475dc hue: 0.69 , saturation: 0.60 and the lightness value of 8475dc is 0.66.

The process color (four color CMYK) of #8475dc color hex is 0.40, 0.47, 0.00, 0.14. Web safe color of #8475dc is #9966cc. Color #8475dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 11011100
Octal 204 165 334
Decimal 132 117 220
Hex 84 75 DC

RGB Percentages of Color #8475dc

%28.14
%24.95
%46.91

CMYK Percentages of Color #8475dc

%40
%47
%0
%14

Triadic Colors of #8475dc

#8475dc #dc8475 #75dc84

Analogous Colors of #8475dc

#8475dc #b875dc #759adc

Monochromatic Colors of #8475dc

#8475dc

Complementary Color

#8475dc #cddc75

#8475dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8475dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8475dc Color CSS Codes

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

#8475dc Text Font Color

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

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


#8475dc Background Color

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

This div background color is #8475dc


#8475dc Border Color

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

This div border color is #8475dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,117,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8475dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8475dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8475dc;
  box-shadow:         1px 1px 3px 2px #8475dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8475dc


Comments

No comments written yet.

Please login to write comment.