Color Hex Logo

#8450dc Color Hex

#8450DC
(132,80,220)
0 Favorites   0 Comments

Color spaces of #8450dc

RGB 13280220
HSL0.730.670.59
HSV262°64°86°
CMYK 0.400.640.00   0.14
XYZ25.302615.810269.4282
Yxy15.81020.22890.1430
Hunter Lab39.762044.0050-75.6924
CIE-Lab46.724551.2824-63.9970

#8450dc color RGB value is (132,80,220).

#8450dc hex color red value is 132, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8450dc hue: 0.73 , saturation: 0.67 and the lightness value of 8450dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 11011100
Octal 204 120 334
Decimal 132 80 220
Hex 84 50 DC

RGB Percentages of Color #8450dc

%30.56
%18.52
%50.93

CMYK Percentages of Color #8450dc

%40
%64
%0
%14

Triadic Colors of #8450dc

#8450dc #dc8450 #50dc84

Analogous Colors of #8450dc

#8450dc #ca50dc #5062dc

Monochromatic Colors of #8450dc

#8450dc

Complementary Color

#8450dc #a8dc50

#8450dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8450dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8450dc Color CSS Codes

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

#8450dc Text Font Color

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

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


#8450dc Background Color

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

This div background color is #8450dc


#8450dc Border Color

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

This div border color is #8450dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8450dc


Comments

No comments written yet.

Please login to write comment.