Color Hex Logo

#8468dc Color Hex

#8468DC
(132,104,220)
0 Favorites   0 Comments

Color spaces of #8468dc

RGB 132104220
HSL0.710.620.64
HSV254°53°86°
CMYK 0.400.530.00   0.14
XYZ27.384319.973570.1221
Yxy19.97350.23310.1700
Hunter Lab44.691731.1632-61.7429
CIE-Lab51.807237.9634-55.8053

#8468dc color RGB value is (132,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 11011100
Octal 204 150 334
Decimal 132 104 220
Hex 84 68 DC

RGB Percentages of Color #8468dc

%28.95
%22.81
%48.25

CMYK Percentages of Color #8468dc

%40
%53
%0
%14

Triadic Colors of #8468dc

#8468dc #dc8468 #68dc84

Analogous Colors of #8468dc

#8468dc #be68dc #6886dc

Monochromatic Colors of #8468dc

#8468dc

Complementary Color

#8468dc #c0dc68

#8468dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8468dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8468dc Color CSS Codes

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

#8468dc Text Font Color

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

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


#8468dc Background Color

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

This div background color is #8468dc


#8468dc Border Color

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

This div border color is #8468dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8468dc


Comments

No comments written yet.

Please login to write comment.