Color Hex Logo

#335782 Color Hex

#335782
(51,87,130)
0 Favorites   0 Comments

Color spaces of #335782

RGB 5187130
HSL0.590.440.35
HSV213°61°51°
CMYK 0.610.330.00   0.49
XYZ8.80279.131922.4178
Yxy9.13190.21810.2263
Hunter Lab30.2190-0.8869-22.8306
CIE-Lab36.23701.0595-28.0337

#335782 color RGB value is (51,87,130).

#335782 hex color red value is 51, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #335782 hue: 0.59 , saturation: 0.44 and the lightness value of 335782 is 0.35.

The process color (four color CMYK) of #335782 color hex is 0.61, 0.33, 0.00, 0.49. Web safe color of #335782 is #336699. Color #335782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010111 10000010
Octal 63 127 202
Decimal 51 87 130
Hex 33 57 82

RGB Percentages of Color #335782

%19.03
%32.46
%48.51

CMYK Percentages of Color #335782

%61
%33
%0
%49

Triadic Colors of #335782

#335782 #823357 #578233

Analogous Colors of #335782

#335782 #373382 #337f82

Monochromatic Colors of #335782

#335782

Complementary Color

#335782 #825e33

#335782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335782 Color CSS Codes

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

#335782 Text Font Color

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

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


#335782 Background Color

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

This div background color is #335782


#335782 Border Color

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

This div border color is #335782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335782


Comments

No comments written yet.

Please login to write comment.