Color Hex Logo

#982ebf Color Hex

#982EBF
(152,46,191)
0 Favorites   0 Comments

Color spaces of #982ebf

RGB 15246191
HSL0.790.610.46
HSV284°76°75°
CMYK 0.200.760.00   0.25
XYZ23.329912.391050.4523
Yxy12.39100.27070.1438
Hunter Lab35.200956.7021-60.3379
CIE-Lab41.830963.7892-55.0556

#982ebf color RGB value is (152,46,191).

#982ebf hex color red value is 152, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #982ebf hue: 0.79 , saturation: 0.61 and the lightness value of 982ebf is 0.46.

The process color (four color CMYK) of #982ebf color hex is 0.20, 0.76, 0.00, 0.25. Web safe color of #982ebf is #9933cc. Color #982ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101110 10111111
Octal 230 56 277
Decimal 152 46 191
Hex 98 2E BF

RGB Percentages of Color #982ebf

%39.07
%11.83
%49.10

CMYK Percentages of Color #982ebf

%20
%76
%0
%25

Triadic Colors of #982ebf

#982ebf #bf982e #2ebf98

Analogous Colors of #982ebf

#982ebf #bf2e9e #502ebf

Monochromatic Colors of #982ebf

#982ebf

Complementary Color

#982ebf #55bf2e

#982ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#982ebf Color CSS Codes

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

#982ebf Text Font Color

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

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


#982ebf Background Color

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

This div background color is #982ebf


#982ebf Border Color

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

This div border color is #982ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982ebf


Comments

No comments written yet.

Please login to write comment.