Color Hex Logo

#300fec Color Hex

#300FEC
(48,15,236)
0 Favorites   0 Comments

Color spaces of #300fec

RGB 4815236
HSL0.690.880.49
HSV249°94°93°
CMYK 0.800.940.00   0.07
XYZ16.53017.026279.8418
Yxy7.02620.15990.0680
Hunter Lab26.507064.9277-160.0328
CIE-Lab31.866572.7720-97.8232

#300fec color RGB value is (48,15,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001111 11101100
Octal 60 17 354
Decimal 48 15 236
Hex 30 F EC

RGB Percentages of Color #300fec

%16.05
%5.02
%78.93

CMYK Percentages of Color #300fec

%80
%94
%0
%7

Triadic Colors of #300fec

#300fec #ec300f #0fec30

Analogous Colors of #300fec

#300fec #9f0fec #0f5cec

Monochromatic Colors of #300fec

#300fec

Complementary Color

#300fec #cbec0f

#300fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#300fec Color CSS Codes

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

#300fec Text Font Color

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

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


#300fec Background Color

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

This div background color is #300fec


#300fec Border Color

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

This div border color is #300fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300fec


Comments

No comments written yet.

Please login to write comment.