Color Hex Logo

#332777 Color Hex

#332777
(51,39,119)
0 Favorites   0 Comments

Color spaces of #332777

RGB 5139119
HSL0.690.510.31
HSV249°67°47°
CMYK 0.570.670.00   0.53
XYZ5.42053.486817.8401
Yxy3.48680.20270.1304
Hunter Lab18.673019.1383-43.5744
CIE-Lab21.896629.1110-44.1009

#332777 color RGB value is (51,39,119).

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

The process color (four color CMYK) of #332777 color hex is 0.57, 0.67, 0.00, 0.53. Web safe color of #332777 is #333366. Color #332777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100111 01110111
Octal 63 47 167
Decimal 51 39 119
Hex 33 27 77

RGB Percentages of Color #332777

%24.40
%18.66
%56.94

CMYK Percentages of Color #332777

%57
%67
%0
%53

Triadic Colors of #332777

#332777 #773327 #277733

Analogous Colors of #332777

#332777 #5b2777 #274377

Monochromatic Colors of #332777

#332777

Complementary Color

#332777 #6b7727

#332777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332777 Color CSS Codes

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

#332777 Text Font Color

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

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


#332777 Background Color

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

This div background color is #332777


#332777 Border Color

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

This div border color is #332777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332777


Comments

No comments written yet.

Please login to write comment.