Color Hex Logo

#332de2 Color Hex

#332DE2
(51,45,226)
0 Favorites   0 Comments

Color spaces of #332de2

RGB 5145226
HSL0.670.760.53
HSV242°80°89°
CMYK 0.770.800.00   0.11
XYZ16.03118.071672.6645
Yxy8.07160.16570.0834
Hunter Lab28.410651.0029-131.7562
CIE-Lab34.131660.1716-88.3432

#332de2 color RGB value is (51,45,226).

#332de2 hex color red value is 51, green value is 45 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #332de2 hue: 0.67 , saturation: 0.76 and the lightness value of 332de2 is 0.53.

The process color (four color CMYK) of #332de2 color hex is 0.77, 0.80, 0.00, 0.11. Web safe color of #332de2 is #3333cc. Color #332de2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 11100010
Octal 63 55 342
Decimal 51 45 226
Hex 33 2D E2

RGB Percentages of Color #332de2

%15.84
%13.98
%70.19

CMYK Percentages of Color #332de2

%77
%80
%0
%11

Triadic Colors of #332de2

#332de2 #e2332d #2de233

Analogous Colors of #332de2

#332de2 #8e2de2 #2d82e2

Monochromatic Colors of #332de2

#332de2

Complementary Color

#332de2 #dce22d

#332de2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332de2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332de2 Color CSS Codes

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

#332de2 Text Font Color

<p style="color:#332de2">Text here</p>

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


#332de2 Background Color

<div style="background-color:#332de2">
Div content here</div>

This div background color is #332de2


#332de2 Border Color

<div style="border:3px solid #332de2">
Div here</div>

This div border color is #332de2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,45,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332de2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332de2;
  -webkit-box-shadow: 1px 1px 3px 2px #332de2;
  box-shadow:         1px 1px 3px 2px #332de2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332de2


Comments

No comments written yet.

Please login to write comment.