Color Hex Logo

#983394 Color Hex

#983394
(152,51,148)
0 Favorites   0 Comments

Color spaces of #983394

RGB 15251148
HSL0.840.500.40
HSV302°66°60°
CMYK 0.000.660.03   0.40
XYZ19.478011.181229.1485
Yxy11.18120.32570.1870
Hunter Lab33.438345.4602-28.2769
CIE-Lab39.884053.9057-32.5470

#983394 color RGB value is (152,51,148).

#983394 hex color red value is 152, green value is 51 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #983394 hue: 0.84 , saturation: 0.50 and the lightness value of 983394 is 0.40.

The process color (four color CMYK) of #983394 color hex is 0.00, 0.66, 0.03, 0.40. Web safe color of #983394 is #993399. Color #983394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110011 10010100
Octal 230 63 224
Decimal 152 51 148
Hex 98 33 94

RGB Percentages of Color #983394

%43.30
%14.53
%42.17

CMYK Percentages of Color #983394

%0
%66
%3
%40

Triadic Colors of #983394

#983394 #949833 #339498

Analogous Colors of #983394

#983394 #983362 #6a3398

Monochromatic Colors of #983394

#983394

Complementary Color

#983394 #339837

#983394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983394 Color CSS Codes

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

#983394 Text Font Color

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

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


#983394 Background Color

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

This div background color is #983394


#983394 Border Color

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

This div border color is #983394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983394


Comments

No comments written yet.

Please login to write comment.