Color Hex Logo

#304efb Color Hex

#304EFB
(48,78,251)
0 Favorites   0 Comments

Color spaces of #304efb

RGB 4878251
HSL0.640.960.59
HSV231°81°98°
CMYK 0.810.690.00   0.02
XYZ21.355913.042292.6586
Yxy13.04220.16810.1026
Hunter Lab36.114042.3560-126.8421
CIE-Lab42.826850.4057-88.1019

#304efb color RGB value is (48,78,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001110 11111011
Octal 60 116 373
Decimal 48 78 251
Hex 30 4E FB

RGB Percentages of Color #304efb

%12.73
%20.69
%66.58

CMYK Percentages of Color #304efb

%81
%69
%0
%2

Triadic Colors of #304efb

#304efb #fb304e #4efb30

Analogous Colors of #304efb

#304efb #7830fb #30b4fb

Monochromatic Colors of #304efb

#304efb

Complementary Color

#304efb #fbdd30

#304efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#304efb Color CSS Codes

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

#304efb Text Font Color

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

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


#304efb Background Color

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

This div background color is #304efb


#304efb Border Color

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

This div border color is #304efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304efb


Comments

No comments written yet.

Please login to write comment.