Color Hex Logo

#9593de Color Hex

#9593DE
(149,147,222)
0 Favorites   0 Comments

Color spaces of #9593de

RGB 149147222
HSL0.670.530.72
HSV242°34°87°
CMYK 0.330.340.00   0.13
XYZ36.013032.530973.4882
Yxy32.53090.25360.2290
Hunter Lab57.035912.8939-36.4674
CIE-Lab63.779317.9309-37.8844

#9593de color RGB value is (149,147,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010011 11011110
Octal 225 223 336
Decimal 149 147 222
Hex 95 93 DE

RGB Percentages of Color #9593de

%28.76
%28.38
%42.86

CMYK Percentages of Color #9593de

%33
%34
%0
%13

Triadic Colors of #9593de

#9593de #de9593 #93de95

Analogous Colors of #9593de

#9593de #bb93de #93b7de

Monochromatic Colors of #9593de

#9593de

Complementary Color

#9593de #dcde93

#9593de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9593de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9593de Color CSS Codes

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

#9593de Text Font Color

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

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


#9593de Background Color

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

This div background color is #9593de


#9593de Border Color

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

This div border color is #9593de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9593de


Comments

No comments written yet.

Please login to write comment.