Color Hex Logo

#333880 Color Hex

#333880
(51,56,128)
0 Favorites   0 Comments

Color spaces of #333880

RGB 5156128
HSL0.660.430.35
HSV236°60°50°
CMYK 0.600.560.00   0.50
XYZ6.67575.090721.0528
Yxy5.09070.20340.1551
Hunter Lab22.562613.3291-39.5288
CIE-Lab26.991620.9867-41.5268

#333880 color RGB value is (51,56,128).

#333880 hex color red value is 51, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #333880 hue: 0.66 , saturation: 0.43 and the lightness value of 333880 is 0.35.

The process color (four color CMYK) of #333880 color hex is 0.60, 0.56, 0.00, 0.50. Web safe color of #333880 is #333399. Color #333880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111000 10000000
Octal 63 70 200
Decimal 51 56 128
Hex 33 38 80

RGB Percentages of Color #333880

%21.70
%23.83
%54.47

CMYK Percentages of Color #333880

%60
%56
%0
%50

Triadic Colors of #333880

#333880 #803338 #388033

Analogous Colors of #333880

#333880 #553380 #335f80

Monochromatic Colors of #333880

#333880

Complementary Color

#333880 #807b33

#333880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333880 Color CSS Codes

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

#333880 Text Font Color

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

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


#333880 Background Color

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

This div background color is #333880


#333880 Border Color

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

This div border color is #333880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333880


Comments

No comments written yet.

Please login to write comment.