Color Hex Logo

#8468bf Color Hex

#8468BF
(132,104,191)
0 Favorites   0 Comments

Color spaces of #8468bf

RGB 132104191
HSL0.720.400.58
HSV259°46°75°
CMYK 0.310.460.00   0.25
XYZ23.870018.567851.6161
Yxy18.56780.25380.1974
Hunter Lab43.090423.4723-40.8577
CIE-Lab50.177730.2093-41.8457

#8468bf color RGB value is (132,104,191).

#8468bf hex color red value is 132, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8468bf hue: 0.72 , saturation: 0.40 and the lightness value of 8468bf is 0.58.

The process color (four color CMYK) of #8468bf color hex is 0.31, 0.46, 0.00, 0.25. Web safe color of #8468bf is #9966cc. Color #8468bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 10111111
Octal 204 150 277
Decimal 132 104 191
Hex 84 68 BF

RGB Percentages of Color #8468bf

%30.91
%24.36
%44.73

CMYK Percentages of Color #8468bf

%31
%46
%0
%25

Triadic Colors of #8468bf

#8468bf #bf8468 #68bf84

Analogous Colors of #8468bf

#8468bf #b068bf #6878bf

Monochromatic Colors of #8468bf

#8468bf

Complementary Color

#8468bf #a3bf68

#8468bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8468bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8468bf Color CSS Codes

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

#8468bf Text Font Color

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

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


#8468bf Background Color

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

This div background color is #8468bf


#8468bf Border Color

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

This div border color is #8468bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8468bf


Comments

No comments written yet.

Please login to write comment.