Color Hex Logo

#332563 Color Hex

#332563
(51,37,99)
0 Favorites   0 Comments

Color spaces of #332563

RGB 513799
HSL0.700.460.27
HSV254°63°39°
CMYK 0.480.630.00   0.61
XYZ4.27892.927812.1440
Yxy2.92780.22110.1513
Hunter Lab17.110814.6936-30.1021
CIE-Lab19.752423.7643-34.6293

#332563 color RGB value is (51,37,99).

#332563 hex color red value is 51, green value is 37 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #332563 hue: 0.70 , saturation: 0.46 and the lightness value of 332563 is 0.27.

The process color (four color CMYK) of #332563 color hex is 0.48, 0.63, 0.00, 0.61. Web safe color of #332563 is #333366. Color #332563 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100101 01100011
Octal 63 45 143
Decimal 51 37 99
Hex 33 25 63

RGB Percentages of Color #332563

%27.27
%19.79
%52.94

CMYK Percentages of Color #332563

%48
%63
%0
%61

Triadic Colors of #332563

#332563 #633325 #256333

Analogous Colors of #332563

#332563 #522563 #253663

Monochromatic Colors of #332563

#332563

Complementary Color

#332563 #556325

#332563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332563 Color CSS Codes

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

#332563 Text Font Color

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

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


#332563 Background Color

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

This div background color is #332563


#332563 Border Color

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

This div border color is #332563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332563


Comments

No comments written yet.

Please login to write comment.