Color Hex Logo

#330fef Color Hex

#330FEF
(51,15,239)
0 Favorites   0 Comments

Color spaces of #330fef

RGB 5115239
HSL0.690.880.50
HSV250°94°94°
CMYK 0.790.940.00   0.06
XYZ17.11617.277582.1639
Yxy7.27750.16060.0683
Hunter Lab26.976866.0441-161.6969
CIE-Lab32.430573.6008-98.5826

#330fef color RGB value is (51,15,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 11101111
Octal 63 17 357
Decimal 51 15 239
Hex 33 F EF

RGB Percentages of Color #330fef

%16.72
%4.92
%78.36

CMYK Percentages of Color #330fef

%79
%94
%0
%6

Triadic Colors of #330fef

#330fef #ef330f #0fef33

Analogous Colors of #330fef

#330fef #a30fef #0f5bef

Monochromatic Colors of #330fef

#330fef

Complementary Color

#330fef #cbef0f

#330fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#330fef Color CSS Codes

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

#330fef Text Font Color

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

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


#330fef Background Color

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

This div background color is #330fef


#330fef Border Color

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

This div border color is #330fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330fef


Comments

No comments written yet.

Please login to write comment.