Color Hex Logo

#983196 Color Hex

#983196
(152,49,150)
0 Favorites   0 Comments

Color spaces of #983196

RGB 15249150
HSL0.840.510.39
HSV301°68°60°
CMYK 0.000.680.01   0.40
XYZ19.552211.074029.9611
Yxy11.07400.32270.1828
Hunter Lab33.277646.6415-30.0867
CIE-Lab39.704855.0518-34.0428

#983196 color RGB value is (152,49,150).

#983196 hex color red value is 152, green value is 49 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #983196 hue: 0.84 , saturation: 0.51 and the lightness value of 983196 is 0.39.

The process color (four color CMYK) of #983196 color hex is 0.00, 0.68, 0.01, 0.40. Web safe color of #983196 is #993399. Color #983196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110001 10010110
Octal 230 61 226
Decimal 152 49 150
Hex 98 31 96

RGB Percentages of Color #983196

%43.30
%13.96
%42.74

CMYK Percentages of Color #983196

%0
%68
%1
%40

Triadic Colors of #983196

#983196 #969831 #319698

Analogous Colors of #983196

#983196 #983163 #673198

Monochromatic Colors of #983196

#983196

Complementary Color

#983196 #319833

#983196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983196 Color CSS Codes

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

#983196 Text Font Color

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

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


#983196 Background Color

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

This div background color is #983196


#983196 Border Color

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

This div border color is #983196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,49,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983196;
  -webkit-box-shadow: 1px 1px 3px 2px #983196;
  box-shadow:         1px 1px 3px 2px #983196; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,49,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983196


Comments

No comments written yet.

Please login to write comment.