Color Hex Logo

#983091 Color Hex

#983091
(152,48,145)
0 Favorites   0 Comments

Color spaces of #983091

RGB 15248145
HSL0.840.520.39
HSV304°68°60°
CMYK 0.000.680.05   0.40
XYZ19.116710.833627.8716
Yxy10.83360.33060.1874
Hunter Lab32.914446.0725-27.1660
CIE-Lab39.298854.5941-31.6456

#983091 color RGB value is (152,48,145).

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

The process color (four color CMYK) of #983091 color hex is 0.00, 0.68, 0.05, 0.40. Web safe color of #983091 is #993399. Color #983091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 10010001
Octal 230 60 221
Decimal 152 48 145
Hex 98 30 91

RGB Percentages of Color #983091

%44.06
%13.91
%42.03

CMYK Percentages of Color #983091

%0
%68
%5
%40

Triadic Colors of #983091

#983091 #919830 #309198

Analogous Colors of #983091

#983091 #98305d #6b3098

Monochromatic Colors of #983091

#983091

Complementary Color

#983091 #309837

#983091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983091 Color CSS Codes

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

#983091 Text Font Color

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

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


#983091 Background Color

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

This div background color is #983091


#983091 Border Color

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

This div border color is #983091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983091


Comments

No comments written yet.

Please login to write comment.