Color Hex Logo

#206272 Color Hex

#206272
(32,98,114)
0 Favorites   0 Comments

Color spaces of #206272

RGB 3298114
HSL0.530.560.29
HSV192°72°45°
CMYK 0.720.140.00   0.55
XYZ8.000610.257317.4778
Yxy10.25730.22390.2870
Hunter Lab32.0270-11.4566-9.9369
CIE-Lab38.3003-14.9250-15.0728

#206272 color RGB value is (32,98,114).

#206272 hex color red value is 32, green value is 98 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #206272 hue: 0.53 , saturation: 0.56 and the lightness value of 206272 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100010 01110010
Octal 40 142 162
Decimal 32 98 114
Hex 20 62 72

RGB Percentages of Color #206272

%13.11
%40.16
%46.72

CMYK Percentages of Color #206272

%72
%14
%0
%55

Triadic Colors of #206272

#206272 #722062 #627220

Analogous Colors of #206272

#206272 #203972 #207259

Monochromatic Colors of #206272

#206272

Complementary Color

#206272 #723020

#206272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#206272 Color CSS Codes

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

#206272 Text Font Color

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

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


#206272 Background Color

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

This div background color is #206272


#206272 Border Color

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

This div border color is #206272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206272


Comments

No comments written yet.

Please login to write comment.