Color Hex Logo

#99387c Color Hex

#99387C
(153,56,124)
0 Favorites   0 Comments

Color spaces of #99387c

RGB 15356124
HSL0.880.460.41
HSV318°63°60°
CMYK 0.000.630.19   0.40
XYZ18.189111.055920.2441
Yxy11.05590.36750.2234
Hunter Lab33.250439.4573-12.8227
CIE-Lab39.674548.1577-18.1596

#99387c color RGB value is (153,56,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111000 01111100
Octal 231 70 174
Decimal 153 56 124
Hex 99 38 7C

RGB Percentages of Color #99387c

%45.95
%16.82
%37.24

CMYK Percentages of Color #99387c

%0
%63
%19
%40

Triadic Colors of #99387c

#99387c #7c9938 #387c99

Analogous Colors of #99387c

#99387c #99384c #863899

Monochromatic Colors of #99387c

#99387c

Complementary Color

#99387c #389955

#99387c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99387c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99387c Color CSS Codes

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

#99387c Text Font Color

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

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


#99387c Background Color

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

This div background color is #99387c


#99387c Border Color

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

This div border color is #99387c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99387c


Comments

No comments written yet.

Please login to write comment.