Color Hex Logo

#995184 Color Hex

#995184
(153,81,132)
0 Favorites   0 Comments

Color spaces of #995184

RGB 15381132
HSL0.880.310.46
HSV318°47°60°
CMYK 0.000.470.14   0.40
XYZ20.244214.323123.5274
Yxy14.32310.34850.2465
Hunter Lab37.845929.2515-10.3663
CIE-Lab44.692836.9939-15.3720

#995184 color RGB value is (153,81,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 10000100
Octal 231 121 204
Decimal 153 81 132
Hex 99 51 84

RGB Percentages of Color #995184

%41.80
%22.13
%36.07

CMYK Percentages of Color #995184

%0
%47
%14
%40

Triadic Colors of #995184

#995184 #849951 #518499

Analogous Colors of #995184

#995184 #995160 #8a5199

Monochromatic Colors of #995184

#995184

Complementary Color

#995184 #519966

#995184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995184 Color CSS Codes

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

#995184 Text Font Color

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

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


#995184 Background Color

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

This div background color is #995184


#995184 Border Color

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

This div border color is #995184


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,81,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 #995184">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995184


Comments

No comments written yet.

Please login to write comment.