Color Hex Logo

#206498 Color Hex

#206498
(32,100,152)
0 Favorites   0 Comments

Color spaces of #206498

RGB 32100152
HSL0.570.650.36
HSV206°79°60°
CMYK 0.790.340.00   0.40
XYZ10.820311.688431.3916
Yxy11.68840.20070.2169
Hunter Lab34.1883-3.3358-30.5081
CIE-Lab40.7165-2.1398-34.3367

#206498 color RGB value is (32,100,152).

#206498 hex color red value is 32, green value is 100 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #206498 hue: 0.57 , saturation: 0.65 and the lightness value of 206498 is 0.36.

The process color (four color CMYK) of #206498 color hex is 0.79, 0.34, 0.00, 0.40. Web safe color of #206498 is #336699. Color #206498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100100 10011000
Octal 40 144 230
Decimal 32 100 152
Hex 20 64 98

RGB Percentages of Color #206498

%11.27
%35.21
%53.52

CMYK Percentages of Color #206498

%79
%34
%0
%40

Triadic Colors of #206498

#206498 #982064 #649820

Analogous Colors of #206498

#206498 #202898 #209890

Monochromatic Colors of #206498

#206498

Complementary Color

#206498 #985420

#206498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#206498 Color CSS Codes

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

#206498 Text Font Color

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

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


#206498 Background Color

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

This div background color is #206498


#206498 Border Color

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

This div border color is #206498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,100,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206498


Comments

No comments written yet.

Please login to write comment.