Color Hex Logo

#982399 Color Hex

#982399
(152,35,153)
0 Favorites   0 Comments

Color spaces of #982399

RGB 15235153
HSL0.830.630.37
HSV299°77°60°
CMYK 0.010.770.00   0.40
XYZ19.299710.177431.0842
Yxy10.17740.31870.1681
Hunter Lab31.902052.1582-35.4386
CIE-Lab38.159060.4390-38.3136

#982399 color RGB value is (152,35,153).

#982399 hex color red value is 152, green value is 35 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #982399 hue: 0.83 , saturation: 0.63 and the lightness value of 982399 is 0.37.

The process color (four color CMYK) of #982399 color hex is 0.01, 0.77, 0.00, 0.40. Web safe color of #982399 is #993399. Color #982399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100011 10011001
Octal 230 43 231
Decimal 152 35 153
Hex 98 23 99

RGB Percentages of Color #982399

%44.71
%10.29
%45.00

CMYK Percentages of Color #982399

%1
%77
%0
%40

Triadic Colors of #982399

#982399 #999823 #239998

Analogous Colors of #982399

#982399 #99235f #5d2399

Monochromatic Colors of #982399

#982399

Complementary Color

#982399 #249923

#982399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982399 Color CSS Codes

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

#982399 Text Font Color

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

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


#982399 Background Color

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

This div background color is #982399


#982399 Border Color

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

This div border color is #982399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982399


Comments

No comments written yet.

Please login to write comment.