Color Hex Logo

#99378e Color Hex

#99378E
(153,55,142)
0 Favorites   0 Comments

Color spaces of #99378e

RGB 15355142
HSL0.850.470.41
HSV307°64°60°
CMYK 0.000.640.07   0.40
XYZ19.385511.457726.7810
Yxy11.45770.33640.1988
Hunter Lab33.849242.9911-23.2149
CIE-Lab40.340951.4689-28.1705

#99378e color RGB value is (153,55,142).

#99378e hex color red value is 153, green value is 55 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #99378e hue: 0.85 , saturation: 0.47 and the lightness value of 99378e is 0.41.

The process color (four color CMYK) of #99378e color hex is 0.00, 0.64, 0.07, 0.40. Web safe color of #99378e is #993399. Color #99378e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110111 10001110
Octal 231 67 216
Decimal 153 55 142
Hex 99 37 8E

RGB Percentages of Color #99378e

%43.71
%15.71
%40.57

CMYK Percentages of Color #99378e

%0
%64
%7
%40

Triadic Colors of #99378e

#99378e #8e9937 #378e99

Analogous Colors of #99378e

#99378e #99375d #733799

Monochromatic Colors of #99378e

#99378e

Complementary Color

#99378e #379942

#99378e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99378e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99378e Color CSS Codes

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

#99378e Text Font Color

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

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


#99378e Background Color

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

This div background color is #99378e


#99378e Border Color

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

This div border color is #99378e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,55,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99378e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99378e;
  -webkit-box-shadow: 1px 1px 3px 2px #99378e;
  box-shadow:         1px 1px 3px 2px #99378e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99378e


Comments

No comments written yet.

Please login to write comment.