Color Hex Logo

#930fdb Color Hex

#930FDB
(147,15,219)
0 Favorites   0 Comments

Color spaces of #930fdb

RGB 14715219
HSL0.770.870.46
HSV279°93°86°
CMYK 0.330.930.00   0.14
XYZ24.989611.659267.9512
Yxy11.65920.23890.1115
Hunter Lab34.145670.8813-94.0878
CIE-Lab40.669376.0507-73.2076

#930fdb color RGB value is (147,15,219).

#930fdb hex color red value is 147, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #930fdb hue: 0.77 , saturation: 0.87 and the lightness value of 930fdb is 0.46.

The process color (four color CMYK) of #930fdb color hex is 0.33, 0.93, 0.00, 0.14. Web safe color of #930fdb is #9900cc. Color #930fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001111 11011011
Octal 223 17 333
Decimal 147 15 219
Hex 93 F DB

RGB Percentages of Color #930fdb

%38.58
%3.94
%57.48

CMYK Percentages of Color #930fdb

%33
%93
%0
%14

Triadic Colors of #930fdb

#930fdb #db930f #0fdb93

Analogous Colors of #930fdb

#930fdb #db0fbd #2d0fdb

Monochromatic Colors of #930fdb

#930fdb

Complementary Color

#930fdb #57db0f

#930fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#930fdb Color CSS Codes

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

#930fdb Text Font Color

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

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


#930fdb Background Color

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

This div background color is #930fdb


#930fdb Border Color

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

This div border color is #930fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930fdb


Comments

No comments written yet.

Please login to write comment.