Color Hex Logo

#983095 Color Hex

#983095
(152,48,149)
0 Favorites   0 Comments

Color spaces of #983095

RGB 15248149
HSL0.840.520.39
HSV302°68°60°
CMYK 0.000.680.02   0.40
XYZ19.430710.959229.5250
Yxy10.95920.32430.1829
Hunter Lab33.104746.8369-29.7056
CIE-Lab39.511755.2717-33.7416

#983095 color RGB value is (152,48,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 10010101
Octal 230 60 225
Decimal 152 48 149
Hex 98 30 95

RGB Percentages of Color #983095

%43.55
%13.75
%42.69

CMYK Percentages of Color #983095

%0
%68
%2
%40

Triadic Colors of #983095

#983095 #959830 #309598

Analogous Colors of #983095

#983095 #983061 #673098

Monochromatic Colors of #983095

#983095

Complementary Color

#983095 #309833

#983095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983095 Color CSS Codes

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

#983095 Text Font Color

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

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


#983095 Background Color

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

This div background color is #983095


#983095 Border Color

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

This div border color is #983095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983095


Comments

No comments written yet.

Please login to write comment.