Color Hex Logo

#99388d Color Hex

#99388D
(153,56,141)
0 Favorites   0 Comments

Color spaces of #99388d

RGB 15356141
HSL0.850.460.41
HSV307°63°60°
CMYK 0.000.630.08   0.40
XYZ19.358811.523726.4033
Yxy11.52370.33790.2012
Hunter Lab33.946642.3871-22.3526
CIE-Lab40.448950.8683-27.3924

#99388d color RGB value is (153,56,141).

#99388d hex color red value is 153, green value is 56 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #99388d hue: 0.85 , saturation: 0.46 and the lightness value of 99388d is 0.41.

The process color (four color CMYK) of #99388d color hex is 0.00, 0.63, 0.08, 0.40. Web safe color of #99388d is #993399. Color #99388d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111000 10001101
Octal 231 70 215
Decimal 153 56 141
Hex 99 38 8D

RGB Percentages of Color #99388d

%43.71
%16.00
%40.29

CMYK Percentages of Color #99388d

%0
%63
%8
%40

Triadic Colors of #99388d

#99388d #8d9938 #388d99

Analogous Colors of #99388d

#99388d #99385c #753899

Monochromatic Colors of #99388d

#99388d

Complementary Color

#99388d #389944

#99388d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99388d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99388d Color CSS Codes

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

#99388d Text Font Color

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

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


#99388d Background Color

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

This div background color is #99388d


#99388d Border Color

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

This div border color is #99388d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,56,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99388d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99388d;
  -webkit-box-shadow: 1px 1px 3px 2px #99388d;
  box-shadow:         1px 1px 3px 2px #99388d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99388d


Comments

No comments written yet.

Please login to write comment.