Color Hex Logo

#206cca Color Hex

#206CCA
(32,108,202)
0 Favorites   0 Comments

Color spaces of #206cca

RGB 32108202
HSL0.590.730.46
HSV213°84°79°
CMYK 0.840.470.00   0.21
XYZ16.618915.296557.9537
Yxy15.29650.18490.1702
Hunter Lab39.11077.4043-60.4775
CIE-Lab46.037712.1883-55.1214

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101100 11001010
Octal 40 154 312
Decimal 32 108 202
Hex 20 6C CA

RGB Percentages of Color #206cca

%9.36
%31.58
%59.06

CMYK Percentages of Color #206cca

%84
%47
%0
%21

Triadic Colors of #206cca

#206cca #ca206c #6cca20

Analogous Colors of #206cca

#206cca #2920ca #20c1ca

Monochromatic Colors of #206cca

#206cca

Complementary Color

#206cca #ca7e20

#206cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#206cca Color CSS Codes

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

#206cca Text Font Color

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

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


#206cca Background Color

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

This div background color is #206cca


#206cca Border Color

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

This div border color is #206cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206cca


Comments

No comments written yet.

Please login to write comment.