Color Hex Logo

#9544db Color Hex

#9544DB
(149,68,219)
0 Favorites   0 Comments

Color spaces of #9544db

RGB 14968219
HSL0.760.680.56
HSV272°69°86°
CMYK 0.320.690.00   0.14
XYZ27.247715.638368.6002
Yxy15.63830.24440.1403
Hunter Lab39.545353.7867-75.1701
CIE-Lab46.496360.3053-63.7033

#9544db color RGB value is (149,68,219).

#9544db hex color red value is 149, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9544db hue: 0.76 , saturation: 0.68 and the lightness value of 9544db is 0.56.

The process color (four color CMYK) of #9544db color hex is 0.32, 0.69, 0.00, 0.14. Web safe color of #9544db is #9933cc. Color #9544db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000100 11011011
Octal 225 104 333
Decimal 149 68 219
Hex 95 44 DB

RGB Percentages of Color #9544db

%34.17
%15.60
%50.23

CMYK Percentages of Color #9544db

%32
%69
%0
%14

Triadic Colors of #9544db

#9544db #db9544 #44db95

Analogous Colors of #9544db

#9544db #db44d6 #4944db

Monochromatic Colors of #9544db

#9544db

Complementary Color

#9544db #8adb44

#9544db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9544db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9544db Color CSS Codes

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

#9544db Text Font Color

<p style="color:#9544db">Text here</p>

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


#9544db Background Color

<div style="background-color:#9544db">
Div content here</div>

This div background color is #9544db


#9544db Border Color

<div style="border:3px solid #9544db">
Div here</div>

This div border color is #9544db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,68,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9544db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9544db;
  -webkit-box-shadow: 1px 1px 3px 2px #9544db;
  box-shadow:         1px 1px 3px 2px #9544db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,68,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9544db


Comments

No comments written yet.

Please login to write comment.