Color Hex Logo

#9295db Color Hex

#9295DB
(146,149,219)
0 Favorites   0 Comments

Color spaces of #9295db

RGB 146149219
HSL0.660.500.72
HSV238°33°86°
CMYK 0.330.320.00   0.14
XYZ35.387732.720471.4684
Yxy32.72040.25350.2344
Hunter Lab57.201710.3255-34.0363
CIE-Lab63.933915.1582-35.9956

#9295db color RGB value is (146,149,219).

#9295db hex color red value is 146, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9295db hue: 0.66 , saturation: 0.50 and the lightness value of 9295db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10010101 11011011
Octal 222 225 333
Decimal 146 149 219
Hex 92 95 DB

RGB Percentages of Color #9295db

%28.40
%28.99
%42.61

CMYK Percentages of Color #9295db

%33
%32
%0
%14

Triadic Colors of #9295db

#9295db #db9295 #95db92

Analogous Colors of #9295db

#9295db #b492db #92badb

Monochromatic Colors of #9295db

#9295db

Complementary Color

#9295db #dbd892

#9295db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9295db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9295db Color CSS Codes

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

#9295db Text Font Color

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

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


#9295db Background Color

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

This div background color is #9295db


#9295db Border Color

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

This div border color is #9295db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9295db


Comments

No comments written yet.

Please login to write comment.