Color Hex Logo

#9295dd Color Hex

#9295DD
(146,149,221)
0 Favorites   0 Comments

Color spaces of #9295dd

RGB 146149221
HSL0.660.520.72
HSV238°34°87°
CMYK 0.340.330.00   0.13
XYZ35.652732.826372.8636
Yxy32.82630.25220.2322
Hunter Lab57.294210.8109-35.2957
CIE-Lab64.020015.6825-36.9709

#9295dd color RGB value is (146,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10010101 11011101
Octal 222 225 335
Decimal 146 149 221
Hex 92 95 DD

RGB Percentages of Color #9295dd

%28.29
%28.88
%42.83

CMYK Percentages of Color #9295dd

%34
%33
%0
%13

Triadic Colors of #9295dd

#9295dd #dd9295 #95dd92

Analogous Colors of #9295dd

#9295dd #b592dd #92bbdd

Monochromatic Colors of #9295dd

#9295dd

Complementary Color

#9295dd #ddda92

#9295dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9295dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9295dd Color CSS Codes

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

#9295dd Text Font Color

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

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


#9295dd Background Color

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

This div background color is #9295dd


#9295dd Border Color

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

This div border color is #9295dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,149,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9295dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9295dd


Comments

No comments written yet.

Please login to write comment.