Color Hex Logo

#303fda Color Hex

#303FDA
(48,63,218)
0 Favorites   0 Comments

Color spaces of #303fda

RGB 4863218
HSL0.650.700.52
HSV235°78°85°
CMYK 0.780.710.00   0.15
XYZ15.65139.245367.2893
Yxy9.24530.16980.1003
Hunter Lab30.406138.6709-109.9257
CIE-Lab36.452447.9691-79.9214

#303fda color RGB value is (48,63,218).

#303fda hex color red value is 48, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #303fda hue: 0.65 , saturation: 0.70 and the lightness value of 303fda is 0.52.

The process color (four color CMYK) of #303fda color hex is 0.78, 0.71, 0.00, 0.15. Web safe color of #303fda is #3333cc. Color #303fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111111 11011010
Octal 60 77 332
Decimal 48 63 218
Hex 30 3F DA

RGB Percentages of Color #303fda

%14.59
%19.15
%66.26

CMYK Percentages of Color #303fda

%78
%71
%0
%15

Triadic Colors of #303fda

#303fda #da303f #3fda30

Analogous Colors of #303fda

#303fda #7630da #3094da

Monochromatic Colors of #303fda

#303fda

Complementary Color

#303fda #dacb30

#303fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#303fda Color CSS Codes

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

#303fda Text Font Color

<p style="color:#303fda">Text here</p>

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


#303fda Background Color

<div style="background-color:#303fda">
Div content here</div>

This div background color is #303fda


#303fda Border Color

<div style="border:3px solid #303fda">
Div here</div>

This div border color is #303fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,63,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303fda;
  -webkit-box-shadow: 1px 1px 3px 2px #303fda;
  box-shadow:         1px 1px 3px 2px #303fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,63,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303fda


Comments

No comments written yet.

Please login to write comment.