Color Hex Logo

#9121db Color Hex

#9121DB
(145,33,219)
0 Favorites   0 Comments

Color spaces of #9121db

RGB 14533219
HSL0.770.740.49
HSV276°85°86°
CMYK 0.340.850.00   0.14
XYZ25.007112.221968.0589
Yxy12.22190.23750.1161
Hunter Lab34.959866.5030-90.9524
CIE-Lab41.566672.2574-71.7506

#9121db color RGB value is (145,33,219).

#9121db hex color red value is 145, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9121db hue: 0.77 , saturation: 0.74 and the lightness value of 9121db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 00100001 11011011
Octal 221 41 333
Decimal 145 33 219
Hex 91 21 DB

RGB Percentages of Color #9121db

%36.52
%8.31
%55.16

CMYK Percentages of Color #9121db

%34
%85
%0
%14

Triadic Colors of #9121db

#9121db #db9121 #21db91

Analogous Colors of #9121db

#9121db #db21c8 #3421db

Monochromatic Colors of #9121db

#9121db

Complementary Color

#9121db #6bdb21

#9121db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9121db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9121db Color CSS Codes

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

#9121db Text Font Color

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

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


#9121db Background Color

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

This div background color is #9121db


#9121db Border Color

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

This div border color is #9121db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9121db


Comments

No comments written yet.

Please login to write comment.