Color Hex Logo

#8475cc Color Hex

#8475CC
(132,117,204)
0 Favorites   0 Comments

Color spaces of #8475cc

RGB 132117204
HSL0.700.460.63
HSV250°43°80°
CMYK 0.350.430.00   0.20
XYZ26.776121.987759.9595
Yxy21.98770.24630.2022
Hunter Lab46.891019.8692-42.9903
CIE-Lab54.014025.9886-43.2179

#8475cc color RGB value is (132,117,204).

#8475cc hex color red value is 132, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8475cc hue: 0.70 , saturation: 0.46 and the lightness value of 8475cc is 0.63.

The process color (four color CMYK) of #8475cc color hex is 0.35, 0.43, 0.00, 0.20. Web safe color of #8475cc is #9966cc. Color #8475cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 11001100
Octal 204 165 314
Decimal 132 117 204
Hex 84 75 CC

RGB Percentages of Color #8475cc

%29.14
%25.83
%45.03

CMYK Percentages of Color #8475cc

%35
%43
%0
%20

Triadic Colors of #8475cc

#8475cc #cc8475 #75cc84

Analogous Colors of #8475cc

#8475cc #b075cc #7592cc

Monochromatic Colors of #8475cc

#8475cc

Complementary Color

#8475cc #bdcc75

#8475cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8475cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8475cc Color CSS Codes

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

#8475cc Text Font Color

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

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


#8475cc Background Color

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

This div background color is #8475cc


#8475cc Border Color

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

This div border color is #8475cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8475cc


Comments

No comments written yet.

Please login to write comment.