Color Hex Logo

#9591dc Color Hex

#9591DC
(149,145,220)
0 Favorites   0 Comments

Color spaces of #9591dc

RGB 149145220
HSL0.680.520.72
HSV243°34°86°
CMYK 0.320.340.00   0.14
XYZ35.438131.807771.9818
Yxy31.80770.25450.2285
Hunter Lab56.398313.4641-36.1937
CIE-Lab63.183618.5627-37.7043

#9591dc color RGB value is (149,145,220).

#9591dc hex color red value is 149, green value is 145 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9591dc hue: 0.68 , saturation: 0.52 and the lightness value of 9591dc is 0.72.

The process color (four color CMYK) of #9591dc color hex is 0.32, 0.34, 0.00, 0.14. Web safe color of #9591dc is #9999cc. Color #9591dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010001 11011100
Octal 225 221 334
Decimal 149 145 220
Hex 95 91 DC

RGB Percentages of Color #9591dc

%28.99
%28.21
%42.80

CMYK Percentages of Color #9591dc

%32
%34
%0
%14

Triadic Colors of #9591dc

#9591dc #dc9591 #91dc95

Analogous Colors of #9591dc

#9591dc #bb91dc #91b3dc

Monochromatic Colors of #9591dc

#9591dc

Complementary Color

#9591dc #d8dc91

#9591dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9591dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9591dc Color CSS Codes

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

#9591dc Text Font Color

<p style="color:#9591dc">Text here</p>

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


#9591dc Background Color

<div style="background-color:#9591dc">
Div content here</div>

This div background color is #9591dc


#9591dc Border Color

<div style="border:3px solid #9591dc">
Div here</div>

This div border color is #9591dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,145,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9591dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9591dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9591dc;
  box-shadow:         1px 1px 3px 2px #9591dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9591dc


Comments

No comments written yet.

Please login to write comment.