Color Hex Logo

#200eed Color Hex

#200EED
(32,14,237)
0 Favorites   0 Comments

Color spaces of #200eed

RGB 3214237
HSL0.680.890.49
HSV245°94°93°
CMYK 0.860.940.00   0.07
XYZ16.03886.735680.5755
Yxy6.73560.15520.0652
Hunter Lab25.953064.8940-165.9085
CIE-Lab31.197372.8637-99.5278

#200eed color RGB value is (32,14,237).

#200eed hex color red value is 32, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #200eed hue: 0.68 , saturation: 0.89 and the lightness value of 200eed is 0.49.

The process color (four color CMYK) of #200eed color hex is 0.86, 0.94, 0.00, 0.07. Web safe color of #200eed is #3300ff. Color #200eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001110 11101101
Octal 40 16 355
Decimal 32 14 237
Hex 20 E ED

RGB Percentages of Color #200eed

%11.31
%4.95
%83.75

CMYK Percentages of Color #200eed

%86
%94
%0
%7

Triadic Colors of #200eed

#200eed #ed200e #0eed20

Analogous Colors of #200eed

#200eed #900eed #0e6ced

Monochromatic Colors of #200eed

#200eed

Complementary Color

#200eed #dbed0e

#200eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#200eed Color CSS Codes

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

#200eed Text Font Color

<p style="color:#200eed">Text here</p>

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


#200eed Background Color

<div style="background-color:#200eed">
Div content here</div>

This div background color is #200eed


#200eed Border Color

<div style="border:3px solid #200eed">
Div here</div>

This div border color is #200eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,14,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #200eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #200eed;
  -webkit-box-shadow: 1px 1px 3px 2px #200eed;
  box-shadow:         1px 1px 3px 2px #200eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200eed


Comments

No comments written yet.

Please login to write comment.