Color Hex Logo

#9241db Color Hex

#9241DB
(146,65,219)
0 Favorites   0 Comments

Color spaces of #9241db

RGB 14665219
HSL0.750.680.56
HSV272°70°86°
CMYK 0.330.700.00   0.14
XYZ26.530515.006168.5160
Yxy15.00610.24110.1364
Hunter Lab38.737754.4593-77.7508
CIE-Lab45.642661.0670-65.1052

#9241db color RGB value is (146,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01000001 11011011
Octal 222 101 333
Decimal 146 65 219
Hex 92 41 DB

RGB Percentages of Color #9241db

%33.95
%15.12
%50.93

CMYK Percentages of Color #9241db

%33
%70
%0
%14

Triadic Colors of #9241db

#9241db #db9241 #41db92

Analogous Colors of #9241db

#9241db #db41d7 #4541db

Monochromatic Colors of #9241db

#9241db

Complementary Color

#9241db #8adb41

#9241db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9241db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9241db Color CSS Codes

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

#9241db Text Font Color

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

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


#9241db Background Color

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

This div background color is #9241db


#9241db Border Color

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

This div border color is #9241db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9241db


Comments

No comments written yet.

Please login to write comment.