Color Hex Logo

#3326da Color Hex

#3326DA
(51,38,218)
0 Favorites   0 Comments

Color spaces of #3326da

RGB 5138218
HSL0.680.710.50
HSV244°83°85°
CMYK 0.770.830.00   0.15
XYZ14.71327.152066.9347
Yxy7.15200.16570.0805
Hunter Lab26.743251.4039-129.6747
CIE-Lab32.150560.9231-87.0387

#3326da color RGB value is (51,38,218).

#3326da hex color red value is 51, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3326da hue: 0.68 , saturation: 0.71 and the lightness value of 3326da is 0.50.

The process color (four color CMYK) of #3326da color hex is 0.77, 0.83, 0.00, 0.15. Web safe color of #3326da is #3333cc. Color #3326da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100110 11011010
Octal 63 46 332
Decimal 51 38 218
Hex 33 26 DA

RGB Percentages of Color #3326da

%16.61
%12.38
%71.01

CMYK Percentages of Color #3326da

%77
%83
%0
%15

Triadic Colors of #3326da

#3326da #da3326 #26da33

Analogous Colors of #3326da

#3326da #8d26da #2673da

Monochromatic Colors of #3326da

#3326da

Complementary Color

#3326da #cdda26

#3326da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3326da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3326da Color CSS Codes

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

#3326da Text Font Color

<p style="color:#3326da">Text here</p>

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


#3326da Background Color

<div style="background-color:#3326da">
Div content here</div>

This div background color is #3326da


#3326da Border Color

<div style="border:3px solid #3326da">
Div here</div>

This div border color is #3326da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,38,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3326da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3326da;
  -webkit-box-shadow: 1px 1px 3px 2px #3326da;
  box-shadow:         1px 1px 3px 2px #3326da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3326da


Comments

No comments written yet.

Please login to write comment.