Color Hex Logo

#332878 Color Hex

#332878
(51,40,120)
0 Favorites   0 Comments

Color spaces of #332878

RGB 5140120
HSL0.690.500.31
HSV248°67°47°
CMYK 0.580.670.00   0.53
XYZ5.51423.577518.1692
Yxy3.57750.20230.1312
Hunter Lab18.914318.9392-43.7144
CIE-Lab22.222428.8094-44.2081

#332878 color RGB value is (51,40,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101000 01111000
Octal 63 50 170
Decimal 51 40 120
Hex 33 28 78

RGB Percentages of Color #332878

%24.17
%18.96
%56.87

CMYK Percentages of Color #332878

%58
%67
%0
%53

Triadic Colors of #332878

#332878 #783328 #287833

Analogous Colors of #332878

#332878 #5b2878 #284578

Monochromatic Colors of #332878

#332878

Complementary Color

#332878 #6d7828

#332878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332878 Color CSS Codes

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

#332878 Text Font Color

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

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


#332878 Background Color

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

This div background color is #332878


#332878 Border Color

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

This div border color is #332878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332878


Comments

No comments written yet.

Please login to write comment.