Color Hex Logo

#9548cc Color Hex

#9548CC
(149,72,204)
0 Favorites   0 Comments

Color spaces of #9548cc

RGB 14972204
HSL0.760.560.54
HSV275°65°80°
CMYK 0.270.650.00   0.20
XYZ25.610915.383958.7463
Yxy15.38390.25680.1542
Hunter Lab39.222347.9157-61.3476
CIE-Lab46.155655.0357-55.6536

#9548cc color RGB value is (149,72,204).

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

The process color (four color CMYK) of #9548cc color hex is 0.27, 0.65, 0.00, 0.20. Web safe color of #9548cc is #9933cc. Color #9548cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001000 11001100
Octal 225 110 314
Decimal 149 72 204
Hex 95 48 CC

RGB Percentages of Color #9548cc

%35.06
%16.94
%48.00

CMYK Percentages of Color #9548cc

%27
%65
%0
%20

Triadic Colors of #9548cc

#9548cc #cc9548 #48cc95

Analogous Colors of #9548cc

#9548cc #cc48c1 #5348cc

Monochromatic Colors of #9548cc

#9548cc

Complementary Color

#9548cc #7fcc48

#9548cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9548cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9548cc Color CSS Codes

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

#9548cc Text Font Color

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

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


#9548cc Background Color

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

This div background color is #9548cc


#9548cc Border Color

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

This div border color is #9548cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9548cc


Comments

No comments written yet.

Please login to write comment.