Color Hex Logo

#983076 Color Hex

#983076
(152,48,118)
0 Favorites   0 Comments

Color spaces of #983076

RGB 15248118
HSL0.890.520.39
HSV320°68°60°
CMYK 0.000.680.22   0.40
XYZ17.275910.097318.1780
Yxy10.09730.37930.2217
Hunter Lab31.776241.4373-11.6742
CIE-Lab38.016550.3991-16.9947

#983076 color RGB value is (152,48,118).

#983076 hex color red value is 152, green value is 48 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #983076 hue: 0.89 , saturation: 0.52 and the lightness value of 983076 is 0.39.

The process color (four color CMYK) of #983076 color hex is 0.00, 0.68, 0.22, 0.40. Web safe color of #983076 is #993366. Color #983076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 01110110
Octal 230 60 166
Decimal 152 48 118
Hex 98 30 76

RGB Percentages of Color #983076

%47.80
%15.09
%37.11

CMYK Percentages of Color #983076

%0
%68
%22
%40

Triadic Colors of #983076

#983076 #769830 #307698

Analogous Colors of #983076

#983076 #983042 #863098

Monochromatic Colors of #983076

#983076

Complementary Color

#983076 #309852

#983076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983076 Color CSS Codes

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

#983076 Text Font Color

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

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


#983076 Background Color

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

This div background color is #983076


#983076 Border Color

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

This div border color is #983076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983076


Comments

No comments written yet.

Please login to write comment.