Color Hex Logo

#205efd Color Hex

#205EFD
(32,94,253)
0 Favorites   0 Comments

Color spaces of #205efd

RGB 3294253
HSL0.620.980.56
HSV223°87°99°
CMYK 0.870.630.00   0.01
XYZ22.328015.404394.7250
Yxy15.40430.16860.1163
Hunter Lab39.248332.8624-115.6214
CIE-Lab46.183040.4829-83.7138

#205efd color RGB value is (32,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011110 11111101
Octal 40 136 375
Decimal 32 94 253
Hex 20 5E FD

RGB Percentages of Color #205efd

%8.44
%24.80
%66.75

CMYK Percentages of Color #205efd

%87
%63
%0
%1

Triadic Colors of #205efd

#205efd #fd205e #5efd20

Analogous Colors of #205efd

#205efd #5020fd #20cdfd

Monochromatic Colors of #205efd

#205efd

Complementary Color

#205efd #fdbf20

#205efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#205efd Color CSS Codes

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

#205efd Text Font Color

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

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


#205efd Background Color

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

This div background color is #205efd


#205efd Border Color

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

This div border color is #205efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205efd


Comments

No comments written yet.

Please login to write comment.