Color Hex Logo

#304fda Color Hex

#304FDA
(48,79,218)
0 Favorites   0 Comments

Color spaces of #304fda

RGB 4879218
HSL0.640.700.52
HSV229°78°85°
CMYK 0.780.640.00   0.15
XYZ16.669811.282367.6288
Yxy11.28230.17440.1180
Hunter Lab33.589129.8060-95.8629
CIE-Lab40.051938.2739-74.0012

#304fda color RGB value is (48,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 11011010
Octal 60 117 332
Decimal 48 79 218
Hex 30 4F DA

RGB Percentages of Color #304fda

%13.91
%22.90
%63.19

CMYK Percentages of Color #304fda

%78
%64
%0
%15

Triadic Colors of #304fda

#304fda #da304f #4fda30

Analogous Colors of #304fda

#304fda #6630da #30a4da

Monochromatic Colors of #304fda

#304fda

Complementary Color

#304fda #dabb30

#304fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#304fda Color CSS Codes

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

#304fda Text Font Color

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

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


#304fda Background Color

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

This div background color is #304fda


#304fda Border Color

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

This div border color is #304fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,79,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 #304fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304fda


Comments

No comments written yet.

Please login to write comment.