Color Hex Logo

#335072 Color Hex

#335072
(51,80,114)
0 Favorites   0 Comments

Color spaces of #335072

RGB 5180114
HSL0.590.380.32
HSV212°55°45°
CMYK 0.550.300.00   0.55
XYZ7.27127.656017.0141
Yxy7.65600.22760.2397
Hunter Lab27.6695-1.5140-17.0891
CIE-Lab33.2559-0.0545-22.8001

#335072 color RGB value is (51,80,114).

#335072 hex color red value is 51, green value is 80 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #335072 hue: 0.59 , saturation: 0.38 and the lightness value of 335072 is 0.32.

The process color (four color CMYK) of #335072 color hex is 0.55, 0.30, 0.00, 0.55. Web safe color of #335072 is #336666. Color #335072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010000 01110010
Octal 63 120 162
Decimal 51 80 114
Hex 33 50 72

RGB Percentages of Color #335072

%20.82
%32.65
%46.53

CMYK Percentages of Color #335072

%55
%30
%0
%55

Triadic Colors of #335072

#335072 #723350 #507233

Analogous Colors of #335072

#335072 #363372 #337072

Monochromatic Colors of #335072

#335072

Complementary Color

#335072 #725533

#335072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335072 Color CSS Codes

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

#335072 Text Font Color

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

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


#335072 Background Color

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

This div background color is #335072


#335072 Border Color

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

This div border color is #335072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335072


Comments

No comments written yet.

Please login to write comment.