Color Hex Logo

#993a62 Color Hex

#993A62
(153,58,98)
0 Favorites   0 Comments

Color spaces of #993a62

RGB 1535898
HSL0.930.450.41
HSV335°62°60°
CMYK 0.000.620.36   0.40
XYZ16.854510.680312.7284
Yxy10.68030.41860.2653
Hunter Lab32.680734.8669-0.2156
CIE-Lab39.036743.6798-2.9006

#993a62 color RGB value is (153,58,98).

#993a62 hex color red value is 153, green value is 58 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #993a62 hue: 0.93 , saturation: 0.45 and the lightness value of 993a62 is 0.41.

The process color (four color CMYK) of #993a62 color hex is 0.00, 0.62, 0.36, 0.40. Web safe color of #993a62 is #993366. Color #993a62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111010 01100010
Octal 231 72 142
Decimal 153 58 98
Hex 99 3A 62

RGB Percentages of Color #993a62

%49.51
%18.77
%31.72

CMYK Percentages of Color #993a62

%0
%62
%36
%40

Triadic Colors of #993a62

#993a62 #62993a #3a6299

Analogous Colors of #993a62

#993a62 #99423a #993a92

Monochromatic Colors of #993a62

#993a62

Complementary Color

#993a62 #3a9971

#993a62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993a62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993a62 Color CSS Codes

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

#993a62 Text Font Color

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

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


#993a62 Background Color

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

This div background color is #993a62


#993a62 Border Color

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

This div border color is #993a62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,58,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #993a62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #993a62;
  -webkit-box-shadow: 1px 1px 3px 2px #993a62;
  box-shadow:         1px 1px 3px 2px #993a62; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993a62


Comments

No comments written yet.

Please login to write comment.