Color Hex Logo

#206cce Color Hex

#206CCE
(32,108,206)
0 Favorites   0 Comments

Color spaces of #206cce

RGB 32108206
HSL0.590.730.47
HSV214°84°81°
CMYK 0.840.480.00   0.19
XYZ17.098815.488460.4809
Yxy15.48840.18370.1664
Hunter Lab39.35538.6816-63.5677
CIE-Lab46.296013.7404-56.9985

#206cce color RGB value is (32,108,206).

#206cce hex color red value is 32, green value is 108 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #206cce hue: 0.59 , saturation: 0.73 and the lightness value of 206cce is 0.47.

The process color (four color CMYK) of #206cce color hex is 0.84, 0.48, 0.00, 0.19. Web safe color of #206cce is #3366cc. Color #206cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101100 11001110
Octal 40 154 316
Decimal 32 108 206
Hex 20 6C CE

RGB Percentages of Color #206cce

%9.25
%31.21
%59.54

CMYK Percentages of Color #206cce

%84
%48
%0
%19

Triadic Colors of #206cce

#206cce #ce206c #6cce20

Analogous Colors of #206cce

#206cce #2b20ce #20c3ce

Monochromatic Colors of #206cce

#206cce

Complementary Color

#206cce #ce8220

#206cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#206cce Color CSS Codes

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

#206cce Text Font Color

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

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


#206cce Background Color

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

This div background color is #206cce


#206cce Border Color

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

This div border color is #206cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206cce


Comments

No comments written yet.

Please login to write comment.