Color Hex Logo

#982f7e Color Hex

#982F7E
(152,47,126)
0 Favorites   0 Comments

Color spaces of #982f7e

RGB 15247126
HSL0.870.530.39
HSV315°69°60°
CMYK 0.000.690.17   0.40
XYZ17.731310.214820.7758
Yxy10.21480.36390.2097
Hunter Lab31.960643.0983-16.1687
CIE-Lab38.225251.9666-21.6490

#982f7e color RGB value is (152,47,126).

#982f7e hex color red value is 152, green value is 47 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #982f7e hue: 0.87 , saturation: 0.53 and the lightness value of 982f7e is 0.39.

The process color (four color CMYK) of #982f7e color hex is 0.00, 0.69, 0.17, 0.40. Web safe color of #982f7e is #993366. Color #982f7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101111 01111110
Octal 230 57 176
Decimal 152 47 126
Hex 98 2F 7E

RGB Percentages of Color #982f7e

%46.77
%14.46
%38.77

CMYK Percentages of Color #982f7e

%0
%69
%17
%40

Triadic Colors of #982f7e

#982f7e #7e982f #2f7e98

Analogous Colors of #982f7e

#982f7e #982f4a #7e2f98

Monochromatic Colors of #982f7e

#982f7e

Complementary Color

#982f7e #2f9849

#982f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#982f7e Color CSS Codes

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

#982f7e Text Font Color

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

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


#982f7e Background Color

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

This div background color is #982f7e


#982f7e Border Color

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

This div border color is #982f7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,47,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982f7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982f7e;
  -webkit-box-shadow: 1px 1px 3px 2px #982f7e;
  box-shadow:         1px 1px 3px 2px #982f7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982f7e


Comments

No comments written yet.

Please login to write comment.