Color Hex Logo

#300eff Color Hex

#300EFF
(48,14,255)
0 Favorites   0 Comments

Color spaces of #300eff

RGB 4814255
HSL0.691.000.53
HSV248°95°100°
CMYK 0.810.950.00   0.00
XYZ19.42608.162595.1594
Yxy8.16250.15830.0665
Hunter Lab28.570171.3720-177.4802
CIE-Lab34.319077.6300-104.4603

#300eff color RGB value is (48,14,255).

#300eff hex color red value is 48, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #300eff hue: 0.69 , saturation: 1.00 and the lightness value of 300eff is 0.53.

The process color (four color CMYK) of #300eff color hex is 0.81, 0.95, 0.00, 0.00. Web safe color of #300eff is #3300ff. Color #300eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001110 11111111
Octal 60 16 377
Decimal 48 14 255
Hex 30 E FF

RGB Percentages of Color #300eff

%15.14
%4.42
%80.44

CMYK Percentages of Color #300eff

%81
%95
%0
%0

Triadic Colors of #300eff

#300eff #ff300e #0eff30

Analogous Colors of #300eff

#300eff #a90eff #0e65ff

Monochromatic Colors of #300eff

#300eff

Complementary Color

#300eff #ddff0e

#300eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#300eff Color CSS Codes

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

#300eff Text Font Color

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

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


#300eff Background Color

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

This div background color is #300eff


#300eff Border Color

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

This div border color is #300eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300eff


Comments

No comments written yet.

Please login to write comment.