Color Hex Logo

#332db7 Color Hex

#332DB7
(51,45,183)
0 Favorites   0 Comments

Color spaces of #332db7

RGB 5145183
HSL0.670.610.45
HSV243°75°72°
CMYK 0.720.750.00   0.28
XYZ10.85095.999545.3859
Yxy5.99950.17440.0964
Hunter Lab24.493936.2120-92.7156
CIE-Lab29.411246.8183-71.1047

#332db7 color RGB value is (51,45,183).

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

The process color (four color CMYK) of #332db7 color hex is 0.72, 0.75, 0.00, 0.28. Web safe color of #332db7 is #3333cc. Color #332db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 10110111
Octal 63 55 267
Decimal 51 45 183
Hex 33 2D B7

RGB Percentages of Color #332db7

%18.28
%16.13
%65.59

CMYK Percentages of Color #332db7

%72
%75
%0
%28

Triadic Colors of #332db7

#332db7 #b7332d #2db733

Analogous Colors of #332db7

#332db7 #782db7 #2d6cb7

Monochromatic Colors of #332db7

#332db7

Complementary Color

#332db7 #b1b72d

#332db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332db7 Color CSS Codes

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

#332db7 Text Font Color

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

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


#332db7 Background Color

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

This div background color is #332db7


#332db7 Border Color

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

This div border color is #332db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332db7


Comments

No comments written yet.

Please login to write comment.