Color Hex Logo

#9418db Color Hex

#9418DB
(148,24,219)
0 Favorites   0 Comments

Color spaces of #9418db

RGB 14824219
HSL0.770.800.48
HSV278°89°86°
CMYK 0.320.890.00   0.14
XYZ25.325612.063668.0115
Yxy12.06360.24030.1145
Hunter Lab34.732769.3724-91.7853
CIE-Lab41.317074.6879-72.1413

#9418db color RGB value is (148,24,219).

#9418db hex color red value is 148, green value is 24 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9418db hue: 0.77 , saturation: 0.80 and the lightness value of 9418db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00011000 11011011
Octal 224 30 333
Decimal 148 24 219
Hex 94 18 DB

RGB Percentages of Color #9418db

%37.85
%6.14
%56.01

CMYK Percentages of Color #9418db

%32
%89
%0
%14

Triadic Colors of #9418db

#9418db #db9418 #18db94

Analogous Colors of #9418db

#9418db #db18c1 #3218db

Monochromatic Colors of #9418db

#9418db

Complementary Color

#9418db #5fdb18

#9418db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9418db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9418db Color CSS Codes

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

#9418db Text Font Color

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

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


#9418db Background Color

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

This div background color is #9418db


#9418db Border Color

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

This div border color is #9418db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9418db


Comments

No comments written yet.

Please login to write comment.