Color Hex Logo

#9592de Color Hex

#9592DE
(149,146,222)
0 Favorites   0 Comments

Color spaces of #9592de

RGB 149146222
HSL0.670.540.72
HSV242°34°87°
CMYK 0.330.340.00   0.13
XYZ35.858132.221373.4366
Yxy32.22130.25340.2277
Hunter Lab56.763813.4230-36.9701
CIE-Lab63.525418.5058-38.2811

#9592de color RGB value is (149,146,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010010 11011110
Octal 225 222 336
Decimal 149 146 222
Hex 95 92 DE

RGB Percentages of Color #9592de

%28.82
%28.24
%42.94

CMYK Percentages of Color #9592de

%33
%34
%0
%13

Triadic Colors of #9592de

#9592de #de9592 #92de95

Analogous Colors of #9592de

#9592de #bb92de #92b5de

Monochromatic Colors of #9592de

#9592de

Complementary Color

#9592de #dbde92

#9592de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9592de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9592de Color CSS Codes

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

#9592de Text Font Color

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

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


#9592de Background Color

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

This div background color is #9592de


#9592de Border Color

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

This div border color is #9592de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9592de


Comments

No comments written yet.

Please login to write comment.