Color Hex Logo

#334180 Color Hex

#334180
(51,65,128)
0 Favorites   0 Comments

Color spaces of #334180

RGB 5165128
HSL0.640.430.35
HSV229°60°50°
CMYK 0.600.490.00   0.50
XYZ7.15186.042921.2115
Yxy6.04290.20790.1756
Hunter Lab24.58238.9125-33.9523
CIE-Lab29.520414.8786-37.4566

#334180 color RGB value is (51,65,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000001 10000000
Octal 63 101 200
Decimal 51 65 128
Hex 33 41 80

RGB Percentages of Color #334180

%20.90
%26.64
%52.46

CMYK Percentages of Color #334180

%60
%49
%0
%50

Triadic Colors of #334180

#334180 #803341 #418033

Analogous Colors of #334180

#334180 #4c3380 #336880

Monochromatic Colors of #334180

#334180

Complementary Color

#334180 #807233

#334180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334180 Color CSS Codes

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

#334180 Text Font Color

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

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


#334180 Background Color

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

This div background color is #334180


#334180 Border Color

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

This div border color is #334180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334180


Comments

No comments written yet.

Please login to write comment.