color codes Logo

#9249cc color codes

#9249CC
(146,73,204)
0 Favorites   0 Comments

Color spaces of #9249cc

RGB 14673204
HSL0.760.560.54
HSV273°64°80°
CMYK 0.280.640.00   0.20
XYZ25.135715.235758.7427
Yxy15.23570.25360.1537
Hunter Lab39.032946.6395-61.9056
CIE-Lab45.955353.8889-55.9955

#9249cc color RGB value is (146,73,204).

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

The process color (four color CMYK) of #9249cc color code is 0.28, 0.64, 0.00, 0.20. Web safe color of #9249cc is #9933cc. Color #9249cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01001001 11001100
Octal 222 111 314
Decimal 146 73 204
Hex 92 49 CC

RGB Percentages of Color #9249cc

%34.52
%17.26
%48.23

CMYK Percentages of Color #9249cc

%28
%64
%0
%20

Triadic Colors of #9249cc

#9249cc #cc9249 #49cc92

Analogous Colors of #9249cc

#9249cc #cc49c5 #5149cc

Monochromatic Colors of #9249cc

#9249cc

Complementary Color

#9249cc #83cc49

#9249cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9249cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9249cc Color CSS Codes

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

#9249cc Text Font Color

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

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


#9249cc Background Color

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

This div background color is #9249cc


#9249cc Border Color

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

This div border color is #9249cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,73,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 #9249cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9249cc


Comments

No comments written yet.

Please login to write comment.