Color Hex Logo

#9594dd Color Hex

#9594DD
(149,148,221)
0 Favorites   0 Comments

Color spaces of #9594dd

RGB 149148221
HSL0.670.520.72
HSV241°33°87°
CMYK 0.330.330.00   0.13
XYZ36.035532.789872.8364
Yxy32.78980.25440.2315
Hunter Lab57.262412.1218-35.3318
CIE-Lab63.990317.0964-37.0002

#9594dd color RGB value is (149,148,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010100 11011101
Octal 225 224 335
Decimal 149 148 221
Hex 95 94 DD

RGB Percentages of Color #9594dd

%28.76
%28.57
%42.66

CMYK Percentages of Color #9594dd

%33
%33
%0
%13

Triadic Colors of #9594dd

#9594dd #dd9594 #94dd95

Analogous Colors of #9594dd

#9594dd #ba94dd #94b8dd

Monochromatic Colors of #9594dd

#9594dd

Complementary Color

#9594dd #dcdd94

#9594dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9594dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9594dd Color CSS Codes

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

#9594dd Text Font Color

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

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


#9594dd Background Color

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

This div background color is #9594dd


#9594dd Border Color

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

This div border color is #9594dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9594dd


Comments

No comments written yet.

Please login to write comment.