Color Hex Logo

#982bff Color Hex

#982BFF
(152,43,255)
0 Favorites   0 Comments

Color spaces of #982bff

RGB 15243255
HSL0.751.000.58
HSV271°83°100°
CMYK 0.400.830.00   0.00
XYZ31.862815.623295.9440
Yxy15.62320.22210.1089
Hunter Lab39.526274.7213-116.2494
CIE-Lab46.476278.0436-84.0238

#982bff color RGB value is (152,43,255).

#982bff hex color red value is 152, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #982bff hue: 0.75 , saturation: 1.00 and the lightness value of 982bff is 0.58.

The process color (four color CMYK) of #982bff color hex is 0.40, 0.83, 0.00, 0.00. Web safe color of #982bff is #9933ff. Color #982bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101011 11111111
Octal 230 53 377
Decimal 152 43 255
Hex 98 2B FF

RGB Percentages of Color #982bff

%33.78
%9.56
%56.67

CMYK Percentages of Color #982bff

%40
%83
%0
%0

Triadic Colors of #982bff

#982bff #ff982b #2bff98

Analogous Colors of #982bff

#982bff #ff2bfc #2e2bff

Monochromatic Colors of #982bff

#982bff

Complementary Color

#982bff #92ff2b

#982bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#982bff Color CSS Codes

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

#982bff Text Font Color

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

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


#982bff Background Color

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

This div background color is #982bff


#982bff Border Color

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

This div border color is #982bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982bff

Related Colors


Comments

No comments written yet.

Please login to write comment.