Color Hex Logo

#9592dd Color Hex

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

Color spaces of #9592dd

RGB 149146221
HSL0.670.520.72
HSV242°34°87°
CMYK 0.330.340.00   0.13
XYZ35.724532.167872.7327
Yxy32.16780.25400.2287
Hunter Lab56.716713.1788-36.3310
CIE-Lab63.481318.2463-37.7948

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

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

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

Base Numbers

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

RGB Percentages of Color #9592dd

%28.88
%28.29
%42.83

CMYK Percentages of Color #9592dd

%33
%34
%0
%13

Triadic Colors of #9592dd

#9592dd #dd9592 #92dd95

Analogous Colors of #9592dd

#9592dd #bb92dd #92b5dd

Monochromatic Colors of #9592dd

#9592dd

Complementary Color

#9592dd #dadd92

#9592dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9592dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9592dd Color CSS Codes

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

#9592dd Text Font Color

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

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


#9592dd Background Color

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

This div background color is #9592dd


#9592dd Border Color

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

This div border color is #9592dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9592dd


Comments

No comments written yet.

Please login to write comment.