Color Hex Logo

#983f7e Color Hex

#983F7E
(152,63,126)
0 Favorites   0 Comments

Color spaces of #983f7e

RGB 15263126
HSL0.880.410.42
HSV318°59°60°
CMYK 0.000.590.17   0.40
XYZ18.492311.736821.0294
Yxy11.73680.36080.2290
Hunter Lab34.259036.3973-12.4130
CIE-Lab40.794744.9212-17.6855

#983f7e color RGB value is (152,63,126).

#983f7e hex color red value is 152, green value is 63 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #983f7e hue: 0.88 , saturation: 0.41 and the lightness value of 983f7e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111111 01111110
Octal 230 77 176
Decimal 152 63 126
Hex 98 3F 7E

RGB Percentages of Color #983f7e

%44.57
%18.48
%36.95

CMYK Percentages of Color #983f7e

%0
%59
%17
%40

Triadic Colors of #983f7e

#983f7e #7e983f #3f7e98

Analogous Colors of #983f7e

#983f7e #983f52 #863f98

Monochromatic Colors of #983f7e

#983f7e

Complementary Color

#983f7e #3f9859

#983f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#983f7e Color CSS Codes

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

#983f7e Text Font Color

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

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


#983f7e Background Color

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

This div background color is #983f7e


#983f7e Border Color

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

This div border color is #983f7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,63,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 #983f7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983f7e


Comments

No comments written yet.

Please login to write comment.