Color Hex Logo

#993b7e Color Hex

#993B7E
(153,59,126)
0 Favorites   0 Comments

Color spaces of #993b7e

RGB 15359126
HSL0.880.440.42
HSV317°61°60°
CMYK 0.000.610.18   0.40
XYZ18.466711.406620.9671
Yxy11.40660.36320.2244
Hunter Lab33.773738.4960-13.1664
CIE-Lab40.257047.1051-18.4983

#993b7e color RGB value is (153,59,126).

#993b7e hex color red value is 153, green value is 59 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #993b7e hue: 0.88 , saturation: 0.44 and the lightness value of 993b7e is 0.42.

The process color (four color CMYK) of #993b7e color hex is 0.00, 0.61, 0.18, 0.40. Web safe color of #993b7e is #993366. Color #993b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111011 01111110
Octal 231 73 176
Decimal 153 59 126
Hex 99 3B 7E

RGB Percentages of Color #993b7e

%45.27
%17.46
%37.28

CMYK Percentages of Color #993b7e

%0
%61
%18
%40

Triadic Colors of #993b7e

#993b7e #7e993b #3b7e99

Analogous Colors of #993b7e

#993b7e #993b4f #853b99

Monochromatic Colors of #993b7e

#993b7e

Complementary Color

#993b7e #3b9956

#993b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#993b7e Color CSS Codes

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

#993b7e Text Font Color

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

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


#993b7e Background Color

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

This div background color is #993b7e


#993b7e Border Color

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

This div border color is #993b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993b7e


Comments

No comments written yet.

Please login to write comment.