Color Hex Logo

#920fdb Color Hex

#920FDB
(146,15,219)
0 Favorites   0 Comments

Color spaces of #920fdb

RGB 14615219
HSL0.770.870.46
HSV279°93°86°
CMYK 0.330.930.00   0.14
XYZ24.811111.567167.9428
Yxy11.56710.23780.1109
Hunter Lab34.010470.7000-94.6366
CIE-Lab40.519775.9311-73.4585

#920fdb color RGB value is (146,15,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 00001111 11011011
Octal 222 17 333
Decimal 146 15 219
Hex 92 F DB

RGB Percentages of Color #920fdb

%38.42
%3.95
%57.63

CMYK Percentages of Color #920fdb

%33
%93
%0
%14

Triadic Colors of #920fdb

#920fdb #db920f #0fdb92

Analogous Colors of #920fdb

#920fdb #db0fbe #2c0fdb

Monochromatic Colors of #920fdb

#920fdb

Complementary Color

#920fdb #58db0f

#920fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#920fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#920fdb Color CSS Codes

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

#920fdb Text Font Color

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

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


#920fdb Background Color

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

This div background color is #920fdb


#920fdb Border Color

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

This div border color is #920fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #920fdb


Comments

No comments written yet.

Please login to write comment.