Color Hex Logo

#915993 Color Hex

#915993
(145,89,147)
0 Favorites   0 Comments

Color spaces of #915993

RGB 14589147
HSL0.830.250.46
HSV298°39°58°
CMYK 0.010.390.00   0.42
XYZ20.515915.271129.4701
Yxy15.27110.31440.2340
Hunter Lab39.078325.3247-17.3576
CIE-Lab46.003332.6750-22.4688

#915993 color RGB value is (145,89,147).

#915993 hex color red value is 145, green value is 89 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #915993 hue: 0.83 , saturation: 0.25 and the lightness value of 915993 is 0.46.

The process color (four color CMYK) of #915993 color hex is 0.01, 0.39, 0.00, 0.42. Web safe color of #915993 is #996699. Color #915993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011001 10010011
Octal 221 131 223
Decimal 145 89 147
Hex 91 59 93

RGB Percentages of Color #915993

%38.06
%23.36
%38.58

CMYK Percentages of Color #915993

%1
%39
%0
%42

Triadic Colors of #915993

#915993 #939159 #599391

Analogous Colors of #915993

#915993 #935978 #745993

Monochromatic Colors of #915993

#915993

Complementary Color

#915993 #5b9359

#915993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#915993 Color CSS Codes

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

#915993 Text Font Color

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

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


#915993 Background Color

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

This div background color is #915993


#915993 Border Color

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

This div border color is #915993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,89,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #915993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #915993;
  -webkit-box-shadow: 1px 1px 3px 2px #915993;
  box-shadow:         1px 1px 3px 2px #915993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915993


Comments

No comments written yet.

Please login to write comment.