Color Hex Logo

#333fdf Color Hex

#333FDF
(51,63,223)
0 Favorites   0 Comments

Color spaces of #333fdf

RGB 5163223
HSL0.660.730.54
HSV236°77°87°
CMYK 0.770.720.00   0.13
XYZ16.46209.586570.7948
Yxy9.58650.17000.0990
Hunter Lab30.962140.7217-113.8932
CIE-Lab37.089849.8738-81.7306

#333fdf color RGB value is (51,63,223).

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

The process color (four color CMYK) of #333fdf color hex is 0.77, 0.72, 0.00, 0.13. Web safe color of #333fdf is #3333cc. Color #333fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111111 11011111
Octal 63 77 337
Decimal 51 63 223
Hex 33 3F DF

RGB Percentages of Color #333fdf

%15.13
%18.69
%66.17

CMYK Percentages of Color #333fdf

%77
%72
%0
%13

Triadic Colors of #333fdf

#333fdf #df333f #3fdf33

Analogous Colors of #333fdf

#333fdf #7d33df #3395df

Monochromatic Colors of #333fdf

#333fdf

Complementary Color

#333fdf #dfd333

#333fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#333fdf Color CSS Codes

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

#333fdf Text Font Color

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

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


#333fdf Background Color

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

This div background color is #333fdf


#333fdf Border Color

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

This div border color is #333fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,63,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333fdf


Comments

No comments written yet.

Please login to write comment.