Color Hex Logo

#332770 Color Hex

#332770
(51,39,112)
0 Favorites   0 Comments

Color spaces of #332770

RGB 5139112
HSL0.690.480.30
HSV250°65°44°
CMYK 0.540.650.00   0.56
XYZ5.01543.324715.7066
Yxy3.32470.20860.1383
Hunter Lab18.233817.1893-38.3089
CIE-Lab21.300026.7635-40.5805

#332770 color RGB value is (51,39,112).

#332770 hex color red value is 51, green value is 39 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #332770 hue: 0.69 , saturation: 0.48 and the lightness value of 332770 is 0.30.

The process color (four color CMYK) of #332770 color hex is 0.54, 0.65, 0.00, 0.56. Web safe color of #332770 is #333366. Color #332770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100111 01110000
Octal 63 47 160
Decimal 51 39 112
Hex 33 27 70

RGB Percentages of Color #332770

%25.25
%19.31
%55.45

CMYK Percentages of Color #332770

%54
%65
%0
%56

Triadic Colors of #332770

#332770 #703327 #277033

Analogous Colors of #332770

#332770 #572770 #274070

Monochromatic Colors of #332770

#332770

Complementary Color

#332770 #647027

#332770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332770 Color CSS Codes

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

#332770 Text Font Color

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

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


#332770 Background Color

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

This div background color is #332770


#332770 Border Color

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

This div border color is #332770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,39,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332770;
  -webkit-box-shadow: 1px 1px 3px 2px #332770;
  box-shadow:         1px 1px 3px 2px #332770; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332770


Comments

No comments written yet.

Please login to write comment.