Color Hex Logo

#206dca Color Hex

#206DCA
(32,109,202)
0 Favorites   0 Comments

Color spaces of #206dca

RGB 32109202
HSL0.590.730.46
HSV213°84°79°
CMYK 0.840.460.00   0.21
XYZ16.725015.508657.9891
Yxy15.50860.18540.1719
Hunter Lab39.38106.8918-59.7388
CIE-Lab46.323111.5517-54.6623

#206dca color RGB value is (32,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101101 11001010
Octal 40 155 312
Decimal 32 109 202
Hex 20 6D CA

RGB Percentages of Color #206dca

%9.33
%31.78
%58.89

CMYK Percentages of Color #206dca

%84
%46
%0
%21

Triadic Colors of #206dca

#206dca #ca206d #6dca20

Analogous Colors of #206dca

#206dca #2820ca #20c2ca

Monochromatic Colors of #206dca

#206dca

Complementary Color

#206dca #ca7d20

#206dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#206dca Color CSS Codes

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

#206dca Text Font Color

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

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


#206dca Background Color

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

This div background color is #206dca


#206dca Border Color

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

This div border color is #206dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206dca


Comments

No comments written yet.

Please login to write comment.