Color Hex Logo

#8460cf Color Hex

#8460CF
(132,96,207)
0 Favorites   0 Comments

Color spaces of #8460cf

RGB 13296207
HSL0.720.540.59
HSV259°54°81°
CMYK 0.360.540.00   0.19
XYZ24.961117.776361.1471
Yxy17.77630.24030.1711
Hunter Lab42.161931.8938-56.4744
CIE-Lab49.223739.0565-52.5523

#8460cf color RGB value is (132,96,207).

#8460cf hex color red value is 132, green value is 96 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8460cf hue: 0.72 , saturation: 0.54 and the lightness value of 8460cf is 0.59.

The process color (four color CMYK) of #8460cf color hex is 0.36, 0.54, 0.00, 0.19. Web safe color of #8460cf is #9966cc. Color #8460cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100000 11001111
Octal 204 140 317
Decimal 132 96 207
Hex 84 60 CF

RGB Percentages of Color #8460cf

%30.34
%22.07
%47.59

CMYK Percentages of Color #8460cf

%36
%54
%0
%19

Triadic Colors of #8460cf

#8460cf #cf8460 #60cf84

Analogous Colors of #8460cf

#8460cf #bc60cf #6074cf

Monochromatic Colors of #8460cf

#8460cf

Complementary Color

#8460cf #abcf60

#8460cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8460cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8460cf Color CSS Codes

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

#8460cf Text Font Color

<p style="color:#8460cf">Text here</p>

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


#8460cf Background Color

<div style="background-color:#8460cf">
Div content here</div>

This div background color is #8460cf


#8460cf Border Color

<div style="border:3px solid #8460cf">
Div here</div>

This div border color is #8460cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,96,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8460cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8460cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8460cf;
  box-shadow:         1px 1px 3px 2px #8460cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8460cf


Comments

No comments written yet.

Please login to write comment.