Color Hex Logo

#300fef Color Hex

#300FEF
(48,15,239)
0 Favorites   0 Comments

Color spaces of #300fef

RGB 4815239
HSL0.690.880.50
HSV249°94°94°
CMYK 0.800.940.00   0.06
XYZ16.96977.202082.1571
Yxy7.20200.15960.0677
Hunter Lab26.836565.9079-162.7242
CIE-Lab32.262473.5179-98.8673

#300fef color RGB value is (48,15,239).

#300fef hex color red value is 48, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #300fef hue: 0.69 , saturation: 0.88 and the lightness value of 300fef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001111 11101111
Octal 60 17 357
Decimal 48 15 239
Hex 30 F EF

RGB Percentages of Color #300fef

%15.89
%4.97
%79.14

CMYK Percentages of Color #300fef

%80
%94
%0
%6

Triadic Colors of #300fef

#300fef #ef300f #0fef30

Analogous Colors of #300fef

#300fef #a00fef #0f5eef

Monochromatic Colors of #300fef

#300fef

Complementary Color

#300fef #ceef0f

#300fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#300fef Color CSS Codes

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

#300fef Text Font Color

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

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


#300fef Background Color

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

This div background color is #300fef


#300fef Border Color

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

This div border color is #300fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300fef


Comments

No comments written yet.

Please login to write comment.