Color Hex Logo

#982feb Color Hex

#982FEB
(152,47,235)
0 Favorites   0 Comments

Color spaces of #982feb

RGB 15247235
HSL0.760.820.55
HSV274°80°92°
CMYK 0.350.800.00   0.08
XYZ28.960814.706679.9095
Yxy14.70660.23440.1190
Hunter Lab38.349267.6898-96.7002
CIE-Lab45.229772.5342-74.8342

#982feb color RGB value is (152,47,235).

#982feb hex color red value is 152, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #982feb hue: 0.76 , saturation: 0.82 and the lightness value of 982feb is 0.55.

The process color (four color CMYK) of #982feb color hex is 0.35, 0.80, 0.00, 0.08. Web safe color of #982feb is #9933ff. Color #982feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101111 11101011
Octal 230 57 353
Decimal 152 47 235
Hex 98 2F EB

RGB Percentages of Color #982feb

%35.02
%10.83
%54.15

CMYK Percentages of Color #982feb

%35
%80
%0
%8

Triadic Colors of #982feb

#982feb #eb982f #2feb98

Analogous Colors of #982feb

#982feb #eb2fe0 #3a2feb

Monochromatic Colors of #982feb

#982feb

Complementary Color

#982feb #82eb2f

#982feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#982feb Color CSS Codes

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

#982feb Text Font Color

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

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


#982feb Background Color

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

This div background color is #982feb


#982feb Border Color

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

This div border color is #982feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982feb


Comments

No comments written yet.

Please login to write comment.