Color Hex Logo

#304dfa Color Hex

#304DFA
(48,77,250)
0 Favorites   0 Comments

Color spaces of #304dfa

RGB 4877250
HSL0.640.950.58
HSV231°81°98°
CMYK 0.810.690.00   0.02
XYZ21.128112.838391.8069
Yxy12.83830.16800.1021
Hunter Lab35.830642.5520-126.8344
CIE-Lab42.518650.6494-88.0507

#304dfa color RGB value is (48,77,250).

#304dfa hex color red value is 48, green value is 77 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #304dfa hue: 0.64 , saturation: 0.95 and the lightness value of 304dfa is 0.58.

The process color (four color CMYK) of #304dfa color hex is 0.81, 0.69, 0.00, 0.02. Web safe color of #304dfa is #3366ff. Color #304dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001101 11111010
Octal 60 115 372
Decimal 48 77 250
Hex 30 4D FA

RGB Percentages of Color #304dfa

%12.80
%20.53
%66.67

CMYK Percentages of Color #304dfa

%81
%69
%0
%2

Triadic Colors of #304dfa

#304dfa #fa304d #4dfa30

Analogous Colors of #304dfa

#304dfa #7830fa #30b2fa

Monochromatic Colors of #304dfa

#304dfa

Complementary Color

#304dfa #fadd30

#304dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#304dfa Color CSS Codes

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

#304dfa Text Font Color

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

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


#304dfa Background Color

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

This div background color is #304dfa


#304dfa Border Color

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

This div border color is #304dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304dfa


Comments

No comments written yet.

Please login to write comment.