Color Hex Logo

#333dfa Color Hex

#333DFA
(51,61,250)
0 Favorites   0 Comments

Color spaces of #333dfa

RGB 5161250
HSL0.660.950.59
HSV237°80°98°
CMYK 0.800.760.00   0.02
XYZ20.289310.943491.4854
Yxy10.94340.16530.0892
Hunter Lab33.080851.5872-140.8107
CIE-Lab39.485059.6628-93.0603

#333dfa color RGB value is (51,61,250).

#333dfa hex color red value is 51, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #333dfa hue: 0.66 , saturation: 0.95 and the lightness value of 333dfa is 0.59.

The process color (four color CMYK) of #333dfa color hex is 0.80, 0.76, 0.00, 0.02. Web safe color of #333dfa is #3333ff. Color #333dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111101 11111010
Octal 63 75 372
Decimal 51 61 250
Hex 33 3D FA

RGB Percentages of Color #333dfa

%14.09
%16.85
%69.06

CMYK Percentages of Color #333dfa

%80
%76
%0
%2

Triadic Colors of #333dfa

#333dfa #fa333d #3dfa33

Analogous Colors of #333dfa

#333dfa #8d33fa #33a1fa

Monochromatic Colors of #333dfa

#333dfa

Complementary Color

#333dfa #faf033

#333dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#333dfa Color CSS Codes

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

#333dfa Text Font Color

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

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


#333dfa Background Color

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

This div background color is #333dfa


#333dfa Border Color

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

This div border color is #333dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333dfa


Comments

No comments written yet.

Please login to write comment.