Color Hex Logo

#3329ea Color Hex

#3329EA
(51,41,234)
0 Favorites   0 Comments

Color spaces of #3329ea

RGB 5141234
HSL0.680.820.54
HSV243°82°92°
CMYK 0.780.820.00   0.08
XYZ17.00958.230278.5340
Yxy8.23020.16390.0793
Hunter Lab28.688355.6293-142.2239
CIE-Lab34.457864.2750-92.3653

#3329ea color RGB value is (51,41,234).

#3329ea hex color red value is 51, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3329ea hue: 0.68 , saturation: 0.82 and the lightness value of 3329ea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101001 11101010
Octal 63 51 352
Decimal 51 41 234
Hex 33 29 EA

RGB Percentages of Color #3329ea

%15.64
%12.58
%71.78

CMYK Percentages of Color #3329ea

%78
%82
%0
%8

Triadic Colors of #3329ea

#3329ea #ea3329 #29ea33

Analogous Colors of #3329ea

#3329ea #9429ea #2980ea

Monochromatic Colors of #3329ea

#3329ea

Complementary Color

#3329ea #e0ea29

#3329ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3329ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3329ea Color CSS Codes

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

#3329ea Text Font Color

<p style="color:#3329ea">Text here</p>

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


#3329ea Background Color

<div style="background-color:#3329ea">
Div content here</div>

This div background color is #3329ea


#3329ea Border Color

<div style="border:3px solid #3329ea">
Div here</div>

This div border color is #3329ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,41,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3329ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3329ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3329ea;
  box-shadow:         1px 1px 3px 2px #3329ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3329ea


Comments

No comments written yet.

Please login to write comment.