Color Hex Logo

#9450cc Color Hex

#9450CC
(148,80,204)
0 Favorites   0 Comments

Color spaces of #9450cc

RGB 14880204
HSL0.760.550.56
HSV273°61°80°
CMYK 0.270.610.00   0.20
XYZ25.980516.392958.9216
Yxy16.39290.25650.1618
Hunter Lab40.488143.6859-57.9419
CIE-Lab47.485850.8481-53.5219

#9450cc color RGB value is (148,80,204).

#9450cc hex color red value is 148, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9450cc hue: 0.76 , saturation: 0.55 and the lightness value of 9450cc is 0.56.

The process color (four color CMYK) of #9450cc color hex is 0.27, 0.61, 0.00, 0.20. Web safe color of #9450cc is #9966cc. Color #9450cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01010000 11001100
Octal 224 120 314
Decimal 148 80 204
Hex 94 50 CC

RGB Percentages of Color #9450cc

%34.26
%18.52
%47.22

CMYK Percentages of Color #9450cc

%27
%61
%0
%20

Triadic Colors of #9450cc

#9450cc #cc9450 #50cc94

Analogous Colors of #9450cc

#9450cc #cc50c6 #5650cc

Monochromatic Colors of #9450cc

#9450cc

Complementary Color

#9450cc #88cc50

#9450cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9450cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9450cc Color CSS Codes

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

#9450cc Text Font Color

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

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


#9450cc Background Color

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

This div background color is #9450cc


#9450cc Border Color

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

This div border color is #9450cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,80,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9450cc


Comments

No comments written yet.

Please login to write comment.