Color Hex Logo

#205edd Color Hex

#205EDD
(32,94,221)
0 Favorites   0 Comments

Color spaces of #205edd

RGB 3294221
HSL0.610.750.50
HSV220°86°87°
CMYK 0.860.570.00   0.13
XYZ17.649513.532970.0885
Yxy13.53290.17430.1336
Hunter Lab36.787121.2623-87.2111
CIE-Lab43.555528.5513-70.0049

#205edd color RGB value is (32,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011110 11011101
Octal 40 136 335
Decimal 32 94 221
Hex 20 5E DD

RGB Percentages of Color #205edd

%9.22
%27.09
%63.69

CMYK Percentages of Color #205edd

%86
%57
%0
%13

Triadic Colors of #205edd

#205edd #dd205e #5edd20

Analogous Colors of #205edd

#205edd #4120dd #20bddd

Monochromatic Colors of #205edd

#205edd

Complementary Color

#205edd #dd9f20

#205edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#205edd Color CSS Codes

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

#205edd Text Font Color

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

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


#205edd Background Color

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

This div background color is #205edd


#205edd Border Color

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

This div border color is #205edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205edd


Comments

No comments written yet.

Please login to write comment.