Color Hex Logo

#993491 Color Hex

#993491
(153,52,145)
0 Favorites   0 Comments

Color spaces of #993491

RGB 15352145
HSL0.850.490.40
HSV305°66°60°
CMYK 0.000.660.05   0.40
XYZ19.475711.272627.9374
Yxy11.27260.33190.1921
Hunter Lab33.574744.7869-25.8327
CIE-Lab40.035953.2395-30.4747

#993491 color RGB value is (153,52,145).

#993491 hex color red value is 153, green value is 52 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #993491 hue: 0.85 , saturation: 0.49 and the lightness value of 993491 is 0.40.

The process color (four color CMYK) of #993491 color hex is 0.00, 0.66, 0.05, 0.40. Web safe color of #993491 is #993399. Color #993491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110100 10010001
Octal 231 64 221
Decimal 153 52 145
Hex 99 34 91

RGB Percentages of Color #993491

%43.71
%14.86
%41.43

CMYK Percentages of Color #993491

%0
%66
%5
%40

Triadic Colors of #993491

#993491 #919934 #349199

Analogous Colors of #993491

#993491 #99345f #6f3499

Monochromatic Colors of #993491

#993491

Complementary Color

#993491 #34993c

#993491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993491 Color CSS Codes

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

#993491 Text Font Color

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

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


#993491 Background Color

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

This div background color is #993491


#993491 Border Color

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

This div border color is #993491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993491


Comments

No comments written yet.

Please login to write comment.