Color Hex Logo

#9592e3 Color Hex

#9592E3
(149,146,227)
0 Favorites   0 Comments

Color spaces of #9592e3

RGB 149146227
HSL0.670.590.73
HSV242°36°89°
CMYK 0.340.360.00   0.11
XYZ36.538432.493477.0191
Yxy32.49340.25020.2225
Hunter Lab57.003014.6617-40.2071
CIE-Lab63.748619.8141-40.7031

#9592e3 color RGB value is (149,146,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010010 11100011
Octal 225 222 343
Decimal 149 146 227
Hex 95 92 E3

RGB Percentages of Color #9592e3

%28.54
%27.97
%43.49

CMYK Percentages of Color #9592e3

%34
%36
%0
%11

Triadic Colors of #9592e3

#9592e3 #e39592 #92e395

Analogous Colors of #9592e3

#9592e3 #be92e3 #92b8e3

Monochromatic Colors of #9592e3

#9592e3

Complementary Color

#9592e3 #e0e392

#9592e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9592e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9592e3 Color CSS Codes

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

#9592e3 Text Font Color

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

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


#9592e3 Background Color

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

This div background color is #9592e3


#9592e3 Border Color

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

This div border color is #9592e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9592e3


Comments

No comments written yet.

Please login to write comment.