Color Hex Logo

#8468cc Color Hex

#8468CC
(132,104,204)
0 Favorites   0 Comments

Color spaces of #8468cc

RGB 132104204
HSL0.710.500.60
HSV257°49°80°
CMYK 0.350.490.00   0.20
XYZ25.365119.165859.4892
Yxy19.16580.24380.1843
Hunter Lab43.778826.8088-49.9217
CIE-Lab50.880633.6326-48.1904

#8468cc color RGB value is (132,104,204).

#8468cc hex color red value is 132, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8468cc hue: 0.71 , saturation: 0.50 and the lightness value of 8468cc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 11001100
Octal 204 150 314
Decimal 132 104 204
Hex 84 68 CC

RGB Percentages of Color #8468cc

%30.00
%23.64
%46.36

CMYK Percentages of Color #8468cc

%35
%49
%0
%20

Triadic Colors of #8468cc

#8468cc #cc8468 #68cc84

Analogous Colors of #8468cc

#8468cc #b668cc #687ecc

Monochromatic Colors of #8468cc

#8468cc

Complementary Color

#8468cc #b0cc68

#8468cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8468cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8468cc Color CSS Codes

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

#8468cc Text Font Color

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

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


#8468cc Background Color

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

This div background color is #8468cc


#8468cc Border Color

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

This div border color is #8468cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,104,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 #8468cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8468cc

#8468cc Color Palettes


Comments

No comments written yet.

Please login to write comment.