Color Hex Logo

#332dbc Color Hex

#332DBC
(51,45,188)
0 Favorites   0 Comments

Color spaces of #332dbc

RGB 5145188
HSL0.670.610.46
HSV243°76°74°
CMYK 0.730.760.00   0.26
XYZ11.38076.211448.1760
Yxy6.21140.17300.0944
Hunter Lab24.922737.8956-97.1628
CIE-Lab29.939748.4255-73.1944

#332dbc color RGB value is (51,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 10111100
Octal 63 55 274
Decimal 51 45 188
Hex 33 2D BC

RGB Percentages of Color #332dbc

%17.96
%15.85
%66.20

CMYK Percentages of Color #332dbc

%73
%76
%0
%26

Triadic Colors of #332dbc

#332dbc #bc332d #2dbc33

Analogous Colors of #332dbc

#332dbc #7b2dbc #2d6fbc

Monochromatic Colors of #332dbc

#332dbc

Complementary Color

#332dbc #b6bc2d

#332dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#332dbc Color CSS Codes

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

#332dbc Text Font Color

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

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


#332dbc Background Color

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

This div background color is #332dbc


#332dbc Border Color

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

This div border color is #332dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332dbc


Comments

No comments written yet.

Please login to write comment.