Color Hex Logo

#993495 Color Hex

#993495
(153,52,149)
0 Favorites   0 Comments

Color spaces of #993495

RGB 15352149
HSL0.840.490.40
HSV302°66°60°
CMYK 0.000.660.03   0.40
XYZ19.789711.398229.5908
Yxy11.39820.32560.1875
Hunter Lab33.761245.5486-28.3332
CIE-Lab40.243253.9215-32.5764

#993495 color RGB value is (153,52,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110100 10010101
Octal 231 64 225
Decimal 153 52 149
Hex 99 34 95

RGB Percentages of Color #993495

%43.22
%14.69
%42.09

CMYK Percentages of Color #993495

%0
%66
%3
%40

Triadic Colors of #993495

#993495 #959934 #349599

Analogous Colors of #993495

#993495 #993463 #6b3499

Monochromatic Colors of #993495

#993495

Complementary Color

#993495 #349938

#993495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993495 Color CSS Codes

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

#993495 Text Font Color

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

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


#993495 Background Color

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

This div background color is #993495


#993495 Border Color

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

This div border color is #993495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993495


Comments

No comments written yet.

Please login to write comment.