Color Hex Logo

#983778 Color Hex

#983778
(152,55,120)
0 Favorites   0 Comments

Color spaces of #983778

RGB 15255120
HSL0.890.470.41
HSV320°64°60°
CMYK 0.000.640.21   0.40
XYZ17.705210.763818.9138
Yxy10.76380.37370.2272
Hunter Lab32.808238.9144-11.2147
CIE-Lab39.179847.7119-16.4553

#983778 color RGB value is (152,55,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110111 01111000
Octal 230 67 170
Decimal 152 55 120
Hex 98 37 78

RGB Percentages of Color #983778

%46.48
%16.82
%36.70

CMYK Percentages of Color #983778

%0
%64
%21
%40

Triadic Colors of #983778

#983778 #789837 #377898

Analogous Colors of #983778

#983778 #983747 #883798

Monochromatic Colors of #983778

#983778

Complementary Color

#983778 #379857

#983778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983778 Color CSS Codes

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

#983778 Text Font Color

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

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


#983778 Background Color

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

This div background color is #983778


#983778 Border Color

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

This div border color is #983778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983778


Comments

No comments written yet.

Please login to write comment.