Color Hex Logo

#3321df Color Hex

#3321DF
(51,33,223)
0 Favorites   0 Comments

Color spaces of #3321df

RGB 5133223
HSL0.680.750.50
HSV246°85°87°
CMYK 0.770.850.00   0.13
XYZ15.22847.119270.3836
Yxy7.11920.16420.0768
Hunter Lab26.681855.1840-137.7229
CIE-Lab32.076764.3386-90.0378

#3321df color RGB value is (51,33,223).

#3321df hex color red value is 51, green value is 33 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3321df hue: 0.68 , saturation: 0.75 and the lightness value of 3321df is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100001 11011111
Octal 63 41 337
Decimal 51 33 223
Hex 33 21 DF

RGB Percentages of Color #3321df

%16.61
%10.75
%72.64

CMYK Percentages of Color #3321df

%77
%85
%0
%13

Triadic Colors of #3321df

#3321df #df3321 #21df33

Analogous Colors of #3321df

#3321df #9221df #216edf

Monochromatic Colors of #3321df

#3321df

Complementary Color

#3321df #cddf21

#3321df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3321df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3321df Color CSS Codes

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

#3321df Text Font Color

<p style="color:#3321df">Text here</p>

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


#3321df Background Color

<div style="background-color:#3321df">
Div content here</div>

This div background color is #3321df


#3321df Border Color

<div style="border:3px solid #3321df">
Div here</div>

This div border color is #3321df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3321df


Comments

No comments written yet.

Please login to write comment.