Color Hex Logo

#202edd Color Hex

#202EDD
(32,46,221)
0 Favorites   0 Comments

Color spaces of #202edd

RGB 3246221
HSL0.650.750.50
HSV236°86°87°
CMYK 0.860.790.00   0.13
XYZ14.62387.481569.0799
Yxy7.48150.16040.0820
Hunter Lab27.352347.5676-130.5937
CIE-Lab32.878857.2387-87.5805

#202edd color RGB value is (32,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00101110 11011101
Octal 40 56 335
Decimal 32 46 221
Hex 20 2E DD

RGB Percentages of Color #202edd

%10.70
%15.38
%73.91

CMYK Percentages of Color #202edd

%86
%79
%0
%13

Triadic Colors of #202edd

#202edd #dd202e #2edd20

Analogous Colors of #202edd

#202edd #7120dd #208ddd

Monochromatic Colors of #202edd

#202edd

Complementary Color

#202edd #ddcf20

#202edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#202edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#202edd Color CSS Codes

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

#202edd Text Font Color

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

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


#202edd Background Color

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

This div background color is #202edd


#202edd Border Color

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

This div border color is #202edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #202edd


Comments

No comments written yet.

Please login to write comment.