Color Hex Logo

#205fdd Color Hex

#205FDD
(32,95,221)
0 Favorites   0 Comments

Color spaces of #205fdd

RGB 3295221
HSL0.610.750.50
HSV220°86°87°
CMYK 0.860.570.00   0.13
XYZ17.739013.712070.1183
Yxy13.71200.17460.1350
Hunter Lab37.029720.7080-86.3489
CIE-Lab43.817027.9052-69.5783

#205fdd color RGB value is (32,95,221).

#205fdd hex color red value is 32, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #205fdd hue: 0.61 , saturation: 0.75 and the lightness value of 205fdd is 0.50.

The process color (four color CMYK) of #205fdd color hex is 0.86, 0.57, 0.00, 0.13. Web safe color of #205fdd is #3366cc. Color #205fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011111 11011101
Octal 40 137 335
Decimal 32 95 221
Hex 20 5F DD

RGB Percentages of Color #205fdd

%9.20
%27.30
%63.51

CMYK Percentages of Color #205fdd

%86
%57
%0
%13

Triadic Colors of #205fdd

#205fdd #dd205f #5fdd20

Analogous Colors of #205fdd

#205fdd #3f20dd #20bedd

Monochromatic Colors of #205fdd

#205fdd

Complementary Color

#205fdd #dd9e20

#205fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#205fdd Color CSS Codes

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

#205fdd Text Font Color

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

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


#205fdd Background Color

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

This div background color is #205fdd


#205fdd Border Color

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

This div border color is #205fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205fdd


Comments

No comments written yet.

Please login to write comment.