Color Hex Logo

#307fef Color Hex

#307FEF
(48,127,239)
0 Favorites   0 Comments

Color spaces of #307fef

RGB 48127239
HSL0.600.860.56
HSV215°80°94°
CMYK 0.800.470.00   0.06
XYZ24.388322.039184.6299
Yxy22.03910.18610.1682
Hunter Lab46.945810.5754-74.0209
CIE-Lab54.068515.7055-63.0794

#307fef color RGB value is (48,127,239).

#307fef hex color red value is 48, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #307fef hue: 0.60 , saturation: 0.86 and the lightness value of 307fef is 0.56.

The process color (four color CMYK) of #307fef color hex is 0.80, 0.47, 0.00, 0.06. Web safe color of #307fef is #3366ff. Color #307fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111111 11101111
Octal 60 177 357
Decimal 48 127 239
Hex 30 7F EF

RGB Percentages of Color #307fef

%11.59
%30.68
%57.73

CMYK Percentages of Color #307fef

%80
%47
%0
%6

Triadic Colors of #307fef

#307fef #ef307f #7fef30

Analogous Colors of #307fef

#307fef #4130ef #30dfef

Monochromatic Colors of #307fef

#307fef

Complementary Color

#307fef #efa030

#307fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#307fef Color CSS Codes

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

#307fef Text Font Color

<p style="color:#307fef">Text here</p>

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


#307fef Background Color

<div style="background-color:#307fef">
Div content here</div>

This div background color is #307fef


#307fef Border Color

<div style="border:3px solid #307fef">
Div here</div>

This div border color is #307fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,127,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307fef;
  -webkit-box-shadow: 1px 1px 3px 2px #307fef;
  box-shadow:         1px 1px 3px 2px #307fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307fef


Comments

No comments written yet.

Please login to write comment.