Color Hex Logo

#333180 Color Hex

#333180
(51,49,128)
0 Favorites   0 Comments

Color spaces of #333180

RGB 5149128
HSL0.670.450.35
HSV242°62°50°
CMYK 0.600.620.00   0.50
XYZ6.35984.458920.9475
Yxy4.45890.20020.1404
Hunter Lab21.116116.8079-44.0353
CIE-Lab25.134025.6870-44.5365

#333180 color RGB value is (51,49,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110001 10000000
Octal 63 61 200
Decimal 51 49 128
Hex 33 31 80

RGB Percentages of Color #333180

%22.37
%21.49
%56.14

CMYK Percentages of Color #333180

%60
%62
%0
%50

Triadic Colors of #333180

#333180 #803331 #318033

Analogous Colors of #333180

#333180 #5b3180 #315680

Monochromatic Colors of #333180

#333180

Complementary Color

#333180 #7e8031

#333180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333180 Color CSS Codes

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

#333180 Text Font Color

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

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


#333180 Background Color

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

This div background color is #333180


#333180 Border Color

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

This div border color is #333180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,49,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 #333180">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333180


Comments

No comments written yet.

Please login to write comment.