Color Hex Logo

#9259db Color Hex

#9259DB
(146,89,219)
0 Favorites   0 Comments

Color spaces of #9259db

RGB 14689219
HSL0.740.640.60
HSV266°59°86°
CMYK 0.330.590.00   0.14
XYZ28.212618.370269.0767
Yxy18.37020.24390.1588
Hunter Lab42.860542.4905-65.5533
CIE-Lab49.942149.2995-58.1585

#9259db color RGB value is (146,89,219).

#9259db hex color red value is 146, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9259db hue: 0.74 , saturation: 0.64 and the lightness value of 9259db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01011001 11011011
Octal 222 131 333
Decimal 146 89 219
Hex 92 59 DB

RGB Percentages of Color #9259db

%32.16
%19.60
%48.24

CMYK Percentages of Color #9259db

%33
%59
%0
%14

Triadic Colors of #9259db

#9259db #db9259 #59db92

Analogous Colors of #9259db

#9259db #d359db #5961db

Monochromatic Colors of #9259db

#9259db

Complementary Color

#9259db #a2db59

#9259db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9259db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9259db Color CSS Codes

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

#9259db Text Font Color

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

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


#9259db Background Color

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

This div background color is #9259db


#9259db Border Color

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

This div border color is #9259db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9259db


Comments

No comments written yet.

Please login to write comment.