Color Hex Logo

#984fdb Color Hex

#984FDB
(152,79,219)
0 Favorites   0 Comments

Color spaces of #984fdb

RGB 15279219
HSL0.750.660.58
HSV271°64°86°
CMYK 0.310.640.00   0.14
XYZ28.531117.381868.8691
Yxy17.38180.24860.1514
Hunter Lab41.691549.1944-68.7556
CIE-Lab48.737555.7418-60.0629

#984fdb color RGB value is (152,79,219).

#984fdb hex color red value is 152, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #984fdb hue: 0.75 , saturation: 0.66 and the lightness value of 984fdb is 0.58.

The process color (four color CMYK) of #984fdb color hex is 0.31, 0.64, 0.00, 0.14. Web safe color of #984fdb is #9966cc. Color #984fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001111 11011011
Octal 230 117 333
Decimal 152 79 219
Hex 98 4F DB

RGB Percentages of Color #984fdb

%33.78
%17.56
%48.67

CMYK Percentages of Color #984fdb

%31
%64
%0
%14

Triadic Colors of #984fdb

#984fdb #db984f #4fdb98

Analogous Colors of #984fdb

#984fdb #db4fd8 #524fdb

Monochromatic Colors of #984fdb

#984fdb

Complementary Color

#984fdb #92db4f

#984fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#984fdb Color CSS Codes

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

#984fdb Text Font Color

<p style="color:#984fdb">Text here</p>

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


#984fdb Background Color

<div style="background-color:#984fdb">
Div content here</div>

This div background color is #984fdb


#984fdb Border Color

<div style="border:3px solid #984fdb">
Div here</div>

This div border color is #984fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984fdb


Comments

No comments written yet.

Please login to write comment.