Color Hex Logo

#9450dc Color Hex

#9450DC
(148,80,220)
0 Favorites   0 Comments

Color spaces of #9450dc

RGB 14880220
HSL0.750.670.59
HSV269°64°86°
CMYK 0.330.640.00   0.14
XYZ27.999717.200569.5544
Yxy17.20050.24400.1499
Hunter Lab41.473547.9308-70.4027
CIE-Lab48.511754.6239-61.0199

#9450dc color RGB value is (148,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01010000 11011100
Octal 224 120 334
Decimal 148 80 220
Hex 94 50 DC

RGB Percentages of Color #9450dc

%33.04
%17.86
%49.11

CMYK Percentages of Color #9450dc

%33
%64
%0
%14

Triadic Colors of #9450dc

#9450dc #dc9450 #50dc94

Analogous Colors of #9450dc

#9450dc #da50dc #5052dc

Monochromatic Colors of #9450dc

#9450dc

Complementary Color

#9450dc #98dc50

#9450dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9450dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9450dc Color CSS Codes

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

#9450dc Text Font Color

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

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


#9450dc Background Color

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

This div background color is #9450dc


#9450dc Border Color

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

This div border color is #9450dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9450dc


Comments

No comments written yet.

Please login to write comment.