Color Hex Logo

#993281 Color Hex

#993281
(153,50,129)
0 Favorites   0 Comments

Color spaces of #993281

RGB 15350129
HSL0.870.510.40
HSV314°67°60°
CMYK 0.000.670.16   0.40
XYZ18.239910.638521.8610
Yxy10.63850.35950.2097
Hunter Lab32.616742.7414-16.9068
CIE-Lab38.964851.4845-22.3447

#993281 color RGB value is (153,50,129).

#993281 hex color red value is 153, green value is 50 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #993281 hue: 0.87 , saturation: 0.51 and the lightness value of 993281 is 0.40.

The process color (four color CMYK) of #993281 color hex is 0.00, 0.67, 0.16, 0.40. Web safe color of #993281 is #993399. Color #993281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110010 10000001
Octal 231 62 201
Decimal 153 50 129
Hex 99 32 81

RGB Percentages of Color #993281

%46.08
%15.06
%38.86

CMYK Percentages of Color #993281

%0
%67
%16
%40

Triadic Colors of #993281

#993281 #819932 #328199

Analogous Colors of #993281

#993281 #99324e #7e3299

Monochromatic Colors of #993281

#993281

Complementary Color

#993281 #32994a

#993281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993281 Color CSS Codes

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

#993281 Text Font Color

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

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


#993281 Background Color

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

This div background color is #993281


#993281 Border Color

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

This div border color is #993281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993281


Comments

No comments written yet.

Please login to write comment.