Color Hex Logo

#0390df Color Hex

#0390DF
(3,144,223)
0 Favorites   0 Comments

Color spaces of #0390df

RGB 3144223
HSL0.560.970.44
HSV202°99°87°
CMYK 0.990.350.00   0.13
XYZ23.330125.293673.4646
Yxy25.29360.19110.2072
Hunter Lab50.2927-5.2086-51.4023
CIE-Lab57.3604-3.1472-48.9327

#0390df color RGB value is (3,144,223).

#0390df hex color red value is 3, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0390df hue: 0.56 , saturation: 0.97 and the lightness value of 0390df is 0.44.

The process color (four color CMYK) of #0390df color hex is 0.99, 0.35, 0.00, 0.13. Web safe color of #0390df is #0099cc. Color #0390df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010000 11011111
Octal 3 220 337
Decimal 3 144 223
Hex 3 90 DF

RGB Percentages of Color #0390df

%0.81
%38.92
%60.27

CMYK Percentages of Color #0390df

%99
%35
%0
%13

Triadic Colors of #0390df

#0390df #df0390 #90df03

Analogous Colors of #0390df

#0390df #0322df #03dfc0

Monochromatic Colors of #0390df

#0390df

Complementary Color

#0390df #df5203

#0390df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0390df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0390df Color CSS Codes

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

#0390df Text Font Color

<p style="color:#0390df">Text here</p>

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


#0390df Background Color

<div style="background-color:#0390df">
Div content here</div>

This div background color is #0390df


#0390df Border Color

<div style="border:3px solid #0390df">
Div here</div>

This div border color is #0390df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,144,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0390df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0390df;
  -webkit-box-shadow: 1px 1px 3px 2px #0390df;
  box-shadow:         1px 1px 3px 2px #0390df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,144,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0390df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0390df


Comments

No comments written yet.

Please login to write comment.