Color Hex Logo

#993961 Color Hex

#993961
(153,57,97)
0 Favorites   0 Comments

Color spaces of #993961

RGB 1535797
HSL0.930.460.41
HSV335°63°60°
CMYK 0.000.630.37   0.40
XYZ16.757710.561612.4646
Yxy10.56160.42120.2655
Hunter Lab32.498635.16980.0088
CIE-Lab38.832144.0231-2.5732

#993961 color RGB value is (153,57,97).

#993961 hex color red value is 153, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #993961 hue: 0.93 , saturation: 0.46 and the lightness value of 993961 is 0.41.

The process color (four color CMYK) of #993961 color hex is 0.00, 0.63, 0.37, 0.40. Web safe color of #993961 is #993366. Color #993961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111001 01100001
Octal 231 71 141
Decimal 153 57 97
Hex 99 39 61

RGB Percentages of Color #993961

%49.84
%18.57
%31.60

CMYK Percentages of Color #993961

%0
%63
%37
%40

Triadic Colors of #993961

#993961 #619939 #396199

Analogous Colors of #993961

#993961 #994139 #993991

Monochromatic Colors of #993961

#993961

Complementary Color

#993961 #399971

#993961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993961 Color CSS Codes

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

#993961 Text Font Color

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

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


#993961 Background Color

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

This div background color is #993961


#993961 Border Color

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

This div border color is #993961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993961


Comments

No comments written yet.

Please login to write comment.