Color Hex Logo

#333fd4 Color Hex

#333FD4
(51,63,212)
0 Favorites   0 Comments

Color spaces of #333fd4

RGB 5163212
HSL0.650.650.52
HSV236°76°83°
CMYK 0.760.700.00   0.17
XYZ15.02649.012363.2349
Yxy9.01230.17220.1033
Hunter Lab30.020536.8102-103.8736
CIE-Lab36.008046.1876-77.1949

#333fd4 color RGB value is (51,63,212).

#333fd4 hex color red value is 51, green value is 63 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #333fd4 hue: 0.65 , saturation: 0.65 and the lightness value of 333fd4 is 0.52.

The process color (four color CMYK) of #333fd4 color hex is 0.76, 0.70, 0.00, 0.17. Web safe color of #333fd4 is #3333cc. Color #333fd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111111 11010100
Octal 63 77 324
Decimal 51 63 212
Hex 33 3F D4

RGB Percentages of Color #333fd4

%15.64
%19.33
%65.03

CMYK Percentages of Color #333fd4

%76
%70
%0
%17

Triadic Colors of #333fd4

#333fd4 #d4333f #3fd433

Analogous Colors of #333fd4

#333fd4 #7833d4 #3390d4

Monochromatic Colors of #333fd4

#333fd4

Complementary Color

#333fd4 #d4c833

#333fd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333fd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333fd4 Color CSS Codes

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

#333fd4 Text Font Color

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

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


#333fd4 Background Color

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

This div background color is #333fd4


#333fd4 Border Color

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

This div border color is #333fd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333fd4


Comments

No comments written yet.

Please login to write comment.