Color Hex Logo

#993683 Color Hex

#993683
(153,54,131)
0 Favorites   0 Comments

Color spaces of #993683

RGB 15354131
HSL0.870.480.41
HSV313°65°60°
CMYK 0.000.650.14   0.40
XYZ18.552811.049322.6276
Yxy11.04930.35520.2116
Hunter Lab33.240541.4569-17.0918
CIE-Lab39.663450.1133-22.4935

#993683 color RGB value is (153,54,131).

#993683 hex color red value is 153, green value is 54 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #993683 hue: 0.87 , saturation: 0.48 and the lightness value of 993683 is 0.41.

The process color (four color CMYK) of #993683 color hex is 0.00, 0.65, 0.14, 0.40. Web safe color of #993683 is #993399. Color #993683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110110 10000011
Octal 231 66 203
Decimal 153 54 131
Hex 99 36 83

RGB Percentages of Color #993683

%45.27
%15.98
%38.76

CMYK Percentages of Color #993683

%0
%65
%14
%40

Triadic Colors of #993683

#993683 #839936 #368399

Analogous Colors of #993683

#993683 #993651 #7e3699

Monochromatic Colors of #993683

#993683

Complementary Color

#993683 #36994c

#993683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993683 Color CSS Codes

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

#993683 Text Font Color

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

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


#993683 Background Color

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

This div background color is #993683


#993683 Border Color

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

This div border color is #993683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993683


Comments

No comments written yet.

Please login to write comment.