Color Hex Logo

#909fdb Color Hex

#909FDB
(144,159,219)
0 Favorites   0 Comments

Color spaces of #909fdb

RGB 144159219
HSL0.630.510.71
HSV228°34°86°
CMYK 0.340.270.00   0.14
XYZ36.685935.840072.0021
Yxy35.84000.25380.2480
Hunter Lab59.86654.6175-29.4022
CIE-Lab66.39758.8850-32.1796

#909fdb color RGB value is (144,159,219).

#909fdb hex color red value is 144, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #909fdb hue: 0.63 , saturation: 0.51 and the lightness value of 909fdb is 0.71.

The process color (four color CMYK) of #909fdb color hex is 0.34, 0.27, 0.00, 0.14. Web safe color of #909fdb is #9999cc. Color #909fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011111 11011011
Octal 220 237 333
Decimal 144 159 219
Hex 90 9F DB

RGB Percentages of Color #909fdb

%27.59
%30.46
%41.95

CMYK Percentages of Color #909fdb

%34
%27
%0
%14

Triadic Colors of #909fdb

#909fdb #db909f #9fdb90

Analogous Colors of #909fdb

#909fdb #a790db #90c5db

Monochromatic Colors of #909fdb

#909fdb

Complementary Color

#909fdb #dbcc90

#909fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#909fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#909fdb Color CSS Codes

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

#909fdb Text Font Color

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

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


#909fdb Background Color

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

This div background color is #909fdb


#909fdb Border Color

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

This div border color is #909fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #909fdb


Comments

No comments written yet.

Please login to write comment.