Color Hex Logo

#983058 Color Hex

#983058
(152,48,88)
0 Favorites   0 Comments

Color spaces of #983058

RGB 1524888
HSL0.940.520.39
HSV337°68°60°
CMYK 0.000.680.42   0.40
XYZ15.76739.493910.2340
Yxy9.49390.44420.2675
Hunter Lab30.812237.42131.8759
CIE-Lab36.918346.63600.3048

#983058 color RGB value is (152,48,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 01011000
Octal 230 60 130
Decimal 152 48 88
Hex 98 30 58

RGB Percentages of Color #983058

%52.78
%16.67
%30.56

CMYK Percentages of Color #983058

%0
%68
%42
%40

Triadic Colors of #983058

#983058 #589830 #305898

Analogous Colors of #983058

#983058 #983c30 #98308c

Monochromatic Colors of #983058

#983058

Complementary Color

#983058 #309870

#983058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983058 Color CSS Codes

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

#983058 Text Font Color

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

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


#983058 Background Color

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

This div background color is #983058


#983058 Border Color

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

This div border color is #983058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983058


Comments

No comments written yet.

Please login to write comment.