Color Hex Logo

#206efd Color Hex

#206EFD
(32,110,253)
0 Favorites   0 Comments

Color spaces of #206efd

RGB 32110253
HSL0.610.980.56
HSV219°87°99°
CMYK 0.870.570.00   0.01
XYZ23.901218.550895.2494
Yxy18.55080.17360.1347
Hunter Lab43.070623.6814-100.9686
CIE-Lab50.157530.4337-77.2130

#206efd color RGB value is (32,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01101110 11111101
Octal 40 156 375
Decimal 32 110 253
Hex 20 6E FD

RGB Percentages of Color #206efd

%8.10
%27.85
%64.05

CMYK Percentages of Color #206efd

%87
%57
%0
%1

Triadic Colors of #206efd

#206efd #fd206e #6efd20

Analogous Colors of #206efd

#206efd #4020fd #20ddfd

Monochromatic Colors of #206efd

#206efd

Complementary Color

#206efd #fdaf20

#206efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#206efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#206efd Color CSS Codes

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

#206efd Text Font Color

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

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


#206efd Background Color

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

This div background color is #206efd


#206efd Border Color

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

This div border color is #206efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #206efd

Related Colors


Comments

No comments written yet.

Please login to write comment.