Color Hex Logo

#332dbb Color Hex

#332DBB
(51,45,187)
1 Favorites   0 Comments

Color spaces of #332dbb

RGB 5145187
HSL0.670.610.45
HSV243°76°73°
CMYK 0.730.760.00   0.27
XYZ11.27336.168447.6102
Yxy6.16840.17330.0948
Hunter Lab24.836337.5585-96.2714
CIE-Lab29.833448.1058-72.7786

#332dbb color RGB value is (51,45,187).

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

The process color (four color CMYK) of #332dbb color hex is 0.73, 0.76, 0.00, 0.27. Web safe color of #332dbb is #3333cc. Color #332dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 10111011
Octal 63 55 273
Decimal 51 45 187
Hex 33 2D BB

RGB Percentages of Color #332dbb

%18.02
%15.90
%66.08

CMYK Percentages of Color #332dbb

%73
%76
%0
%27

Triadic Colors of #332dbb

#332dbb #bb332d #2dbb33

Analogous Colors of #332dbb

#332dbb #7a2dbb #2d6ebb

Monochromatic Colors of #332dbb

#332dbb

Complementary Color

#332dbb #b5bb2d

#332dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#332dbb Color CSS Codes

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

#332dbb Text Font Color

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

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


#332dbb Background Color

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

This div background color is #332dbb


#332dbb Border Color

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

This div border color is #332dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332dbb


Comments

No comments written yet.

Please login to write comment.