Color Hex Logo

#983378 Color Hex

#983378
(152,51,120)
0 Favorites   0 Comments

Color spaces of #983378

RGB 15251120
HSL0.890.500.40
HSV319°66°60°
CMYK 0.000.660.21   0.40
XYZ17.522910.399118.8530
Yxy10.39910.37460.2223
Hunter Lab32.247640.5610-12.0895
CIE-Lab38.549449.4456-17.4224

#983378 color RGB value is (152,51,120).

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

The process color (four color CMYK) of #983378 color hex is 0.00, 0.66, 0.21, 0.40. Web safe color of #983378 is #993366. Color #983378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110011 01111000
Octal 230 63 170
Decimal 152 51 120
Hex 98 33 78

RGB Percentages of Color #983378

%47.06
%15.79
%37.15

CMYK Percentages of Color #983378

%0
%66
%21
%40

Triadic Colors of #983378

#983378 #789833 #337898

Analogous Colors of #983378

#983378 #983346 #863398

Monochromatic Colors of #983378

#983378

Complementary Color

#983378 #339853

#983378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983378 Color CSS Codes

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

#983378 Text Font Color

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

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


#983378 Background Color

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

This div background color is #983378


#983378 Border Color

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

This div border color is #983378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983378


Comments

No comments written yet.

Please login to write comment.