Color Hex Logo

#3332eb Color Hex

#3332EB
(51,50,235)
0 Favorites   0 Comments

Color spaces of #3332eb

RGB 5150235
HSL0.670.820.56
HSV240°79°92°
CMYK 0.780.790.00   0.08
XYZ17.50128.983279.4088
Yxy8.98320.16530.0848
Hunter Lab29.972051.7785-136.1045
CIE-Lab35.951960.5240-90.4527

#3332eb color RGB value is (51,50,235).

#3332eb hex color red value is 51, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3332eb hue: 0.67 , saturation: 0.82 and the lightness value of 3332eb is 0.56.

The process color (four color CMYK) of #3332eb color hex is 0.78, 0.79, 0.00, 0.08. Web safe color of #3332eb is #3333ff. Color #3332eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110010 11101011
Octal 63 62 353
Decimal 51 50 235
Hex 33 32 EB

RGB Percentages of Color #3332eb

%15.18
%14.88
%69.94

CMYK Percentages of Color #3332eb

%78
%79
%0
%8

Triadic Colors of #3332eb

#3332eb #eb3332 #32eb33

Analogous Colors of #3332eb

#3332eb #9032eb #328eeb

Monochromatic Colors of #3332eb

#3332eb

Complementary Color

#3332eb #eaeb32

#3332eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3332eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3332eb Color CSS Codes

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

#3332eb Text Font Color

<p style="color:#3332eb">Text here</p>

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


#3332eb Background Color

<div style="background-color:#3332eb">
Div content here</div>

This div background color is #3332eb


#3332eb Border Color

<div style="border:3px solid #3332eb">
Div here</div>

This div border color is #3332eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,50,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3332eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3332eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3332eb;
  box-shadow:         1px 1px 3px 2px #3332eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3332eb


Comments

No comments written yet.

Please login to write comment.