Color Hex Logo

#981bdb Color Hex

#981BDB
(152,27,219)
0 Favorites   0 Comments

Color spaces of #981bdb

RGB 15227219
HSL0.780.780.48
HSV279°88°86°
CMYK 0.310.880.00   0.14
XYZ26.127012.573768.0678
Yxy12.57370.24470.1178
Hunter Lab35.459469.4674-88.9913
CIE-Lab42.113874.6122-70.8148

#981bdb color RGB value is (152,27,219).

#981bdb hex color red value is 152, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #981bdb hue: 0.78 , saturation: 0.78 and the lightness value of 981bdb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 11011011
Octal 230 33 333
Decimal 152 27 219
Hex 98 1B DB

RGB Percentages of Color #981bdb

%38.19
%6.78
%55.03

CMYK Percentages of Color #981bdb

%31
%88
%0
%14

Triadic Colors of #981bdb

#981bdb #db981b #1bdb98

Analogous Colors of #981bdb

#981bdb #db1bbe #381bdb

Monochromatic Colors of #981bdb

#981bdb

Complementary Color

#981bdb #5edb1b

#981bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#981bdb Color CSS Codes

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

#981bdb Text Font Color

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

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


#981bdb Background Color

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

This div background color is #981bdb


#981bdb Border Color

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

This div border color is #981bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981bdb


Comments

No comments written yet.

Please login to write comment.