Color Hex Logo

#333fef Color Hex

#333FEF
(51,63,239)
0 Favorites   0 Comments

Color spaces of #333fef

RGB 5163239
HSL0.660.850.57
HSV236°79°94°
CMYK 0.790.740.00   0.06
XYZ18.722710.490882.6995
Yxy10.49080.16730.0937
Hunter Lab32.389546.5000-128.7114
CIE-Lab38.709355.1085-88.1519

#333fef color RGB value is (51,63,239).

#333fef hex color red value is 51, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #333fef hue: 0.66 , saturation: 0.85 and the lightness value of 333fef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111111 11101111
Octal 63 77 357
Decimal 51 63 239
Hex 33 3F EF

RGB Percentages of Color #333fef

%14.45
%17.85
%67.71

CMYK Percentages of Color #333fef

%79
%74
%0
%6

Triadic Colors of #333fef

#333fef #ef333f #3fef33

Analogous Colors of #333fef

#333fef #8533ef #339def

Monochromatic Colors of #333fef

#333fef

Complementary Color

#333fef #efe333

#333fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#333fef Color CSS Codes

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

#333fef Text Font Color

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

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


#333fef Background Color

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

This div background color is #333fef


#333fef Border Color

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

This div border color is #333fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333fef


Comments

No comments written yet.

Please login to write comment.