Color Hex Logo

#206dfd Color Hex

#206DFD
(32,109,253)
0 Favorites   0 Comments

Color spaces of #206dfd

RGB 32109253
HSL0.610.980.56
HSV219°87°99°
CMYK 0.870.570.00   0.01
XYZ23.793918.336295.2137
Yxy18.33620.17320.1335
Hunter Lab42.820824.2493-101.8591
CIE-Lab49.901431.0646-77.6306

#206dfd color RGB value is (32,109,253).

#206dfd hex color red value is 32, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #206dfd hue: 0.61 , saturation: 0.98 and the lightness value of 206dfd is 0.56.

The process color (four color CMYK) of #206dfd color hex is 0.87, 0.57, 0.00, 0.01. Web safe color of #206dfd is #3366ff. Color #206dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101101 11111101
Octal 40 155 375
Decimal 32 109 253
Hex 20 6D FD

RGB Percentages of Color #206dfd

%8.12
%27.66
%64.21

CMYK Percentages of Color #206dfd

%87
%57
%0
%1

Triadic Colors of #206dfd

#206dfd #fd206d #6dfd20

Analogous Colors of #206dfd

#206dfd #4120fd #20dcfd

Monochromatic Colors of #206dfd

#206dfd

Complementary Color

#206dfd #fdb020

#206dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#206dfd Color CSS Codes

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

#206dfd Text Font Color

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

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


#206dfd Background Color

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

This div background color is #206dfd


#206dfd Border Color

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

This div border color is #206dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.