Color Hex Logo

#995384 Color Hex

#995384
(153,83,132)
0 Favorites   0 Comments

Color spaces of #995384

RGB 15383132
HSL0.880.300.46
HSV318°46°60°
CMYK 0.000.460.14   0.40
XYZ20.395014.624823.5777
Yxy14.62480.34810.2496
Hunter Lab38.242428.2714-9.7846
CIE-Lab45.116035.9094-14.7279

#995384 color RGB value is (153,83,132).

#995384 hex color red value is 153, green value is 83 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #995384 hue: 0.88 , saturation: 0.30 and the lightness value of 995384 is 0.46.

The process color (four color CMYK) of #995384 color hex is 0.00, 0.46, 0.14, 0.40. Web safe color of #995384 is #996699. Color #995384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010011 10000100
Octal 231 123 204
Decimal 153 83 132
Hex 99 53 84

RGB Percentages of Color #995384

%41.58
%22.55
%35.87

CMYK Percentages of Color #995384

%0
%46
%14
%40

Triadic Colors of #995384

#995384 #849953 #538499

Analogous Colors of #995384

#995384 #995361 #8b5399

Monochromatic Colors of #995384

#995384

Complementary Color

#995384 #539968

#995384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995384 Color CSS Codes

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

#995384 Text Font Color

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

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


#995384 Background Color

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

This div background color is #995384


#995384 Border Color

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

This div border color is #995384


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,83,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995384; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995384;
  -webkit-box-shadow: 1px 1px 3px 2px #995384;
  box-shadow:         1px 1px 3px 2px #995384; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995384


Comments

No comments written yet.

Please login to write comment.