Color Hex Logo

#982bdb Color Hex

#982BDB
(152,43,219)
0 Favorites   0 Comments

Color spaces of #982bdb

RGB 15243219
HSL0.770.710.51
HSV277°80°86°
CMYK 0.310.800.00   0.14
XYZ26.599013.517668.2251
Yxy13.51760.24550.1248
Hunter Lab36.766364.7969-84.2847
CIE-Lab43.533070.4408-68.4994

#982bdb color RGB value is (152,43,219).

#982bdb hex color red value is 152, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #982bdb hue: 0.77 , saturation: 0.71 and the lightness value of 982bdb is 0.51.

The process color (four color CMYK) of #982bdb color hex is 0.31, 0.80, 0.00, 0.14. Web safe color of #982bdb is #9933cc. Color #982bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101011 11011011
Octal 230 53 333
Decimal 152 43 219
Hex 98 2B DB

RGB Percentages of Color #982bdb

%36.71
%10.39
%52.90

CMYK Percentages of Color #982bdb

%31
%80
%0
%14

Triadic Colors of #982bdb

#982bdb #db982b #2bdb98

Analogous Colors of #982bdb

#982bdb #db2bc6 #402bdb

Monochromatic Colors of #982bdb

#982bdb

Complementary Color

#982bdb #6edb2b

#982bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#982bdb Color CSS Codes

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

#982bdb Text Font Color

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

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


#982bdb Background Color

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

This div background color is #982bdb


#982bdb Border Color

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

This div border color is #982bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982bdb


Comments

No comments written yet.

Please login to write comment.