Color Hex Logo

#304fff Color Hex

#304FFF
(48,79,255)
0 Favorites   0 Comments

Color spaces of #304fff

RGB 4879255
HSL0.641.000.59
HSV231°81°100°
CMYK 0.810.690.00   0.00
XYZ22.064913.440396.0390
Yxy13.44030.16770.1022
Hunter Lab36.661043.2757-129.6563
CIE-Lab43.419351.1789-89.3576

#304fff color RGB value is (48,79,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 11111111
Octal 60 117 377
Decimal 48 79 255
Hex 30 4F FF

RGB Percentages of Color #304fff

%12.57
%20.68
%66.75

CMYK Percentages of Color #304fff

%81
%69
%0
%0

Triadic Colors of #304fff

#304fff #ff304f #4fff30

Analogous Colors of #304fff

#304fff #7930ff #30b7ff

Monochromatic Colors of #304fff

#304fff

Complementary Color

#304fff #ffe030

#304fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#304fff Color CSS Codes

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

#304fff Text Font Color

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

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


#304fff Background Color

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

This div background color is #304fff


#304fff Border Color

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

This div border color is #304fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304fff

Related Colors


Comments

No comments written yet.

Please login to write comment.