Color Hex Logo

#304afa Color Hex

#304AFA
(48,74,250)
0 Favorites   0 Comments

Color spaces of #304afa

RGB 4874250
HSL0.650.950.58
HSV232°81°98°
CMYK 0.810.700.00   0.02
XYZ20.923012.428191.7386
Yxy12.42810.16730.0994
Hunter Lab35.253544.2463-129.6102
CIE-Lab41.888652.3817-89.0901

#304afa color RGB value is (48,74,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001010 11111010
Octal 60 112 372
Decimal 48 74 250
Hex 30 4A FA

RGB Percentages of Color #304afa

%12.90
%19.89
%67.20

CMYK Percentages of Color #304afa

%81
%70
%0
%2

Triadic Colors of #304afa

#304afa #fa304a #4afa30

Analogous Colors of #304afa

#304afa #7b30fa #30affa

Monochromatic Colors of #304afa

#304afa

Complementary Color

#304afa #fae030

#304afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#304afa Color CSS Codes

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

#304afa Text Font Color

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

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


#304afa Background Color

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

This div background color is #304afa


#304afa Border Color

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

This div border color is #304afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304afa


Comments

No comments written yet.

Please login to write comment.