Color Hex Logo

#3329bd Color Hex

#3329BD
(51,41,189)
0 Favorites   0 Comments

Color spaces of #3329bd

RGB 5141189
HSL0.680.640.45
HSV244°78°74°
CMYK 0.730.780.00   0.26
XYZ11.34355.963848.6974
Yxy5.96380.17190.0904
Hunter Lab24.420940.1767-101.1348
CIE-Lab29.321050.8236-74.8089

#3329bd color RGB value is (51,41,189).

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

The process color (four color CMYK) of #3329bd color hex is 0.73, 0.78, 0.00, 0.26. Web safe color of #3329bd is #3333cc. Color #3329bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101001 10111101
Octal 63 51 275
Decimal 51 41 189
Hex 33 29 BD

RGB Percentages of Color #3329bd

%18.15
%14.59
%67.26

CMYK Percentages of Color #3329bd

%73
%78
%0
%26

Triadic Colors of #3329bd

#3329bd #bd3329 #29bd33

Analogous Colors of #3329bd

#3329bd #7d29bd #2969bd

Monochromatic Colors of #3329bd

#3329bd

Complementary Color

#3329bd #b3bd29

#3329bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3329bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3329bd Color CSS Codes

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

#3329bd Text Font Color

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

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


#3329bd Background Color

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

This div background color is #3329bd


#3329bd Border Color

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

This div border color is #3329bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3329bd


Comments

No comments written yet.

Please login to write comment.