Color Hex Logo

#200edb Color Hex

#200EDB
(32,14,219)
0 Favorites   0 Comments

Color spaces of #200edb

RGB 3214219
HSL0.680.880.46
HSV245°94°86°
CMYK 0.850.940.00   0.14
XYZ13.53895.735667.4113
Yxy5.73560.15620.0662
Hunter Lab23.949158.9986-150.1235
CIE-Lab28.735468.3021-93.3294

#200edb color RGB value is (32,14,219).

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

The process color (four color CMYK) of #200edb color hex is 0.85, 0.94, 0.00, 0.14. Web safe color of #200edb is #3300cc. Color #200edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001110 11011011
Octal 40 16 333
Decimal 32 14 219
Hex 20 E DB

RGB Percentages of Color #200edb

%12.08
%5.28
%82.64

CMYK Percentages of Color #200edb

%85
%94
%0
%14

Triadic Colors of #200edb

#200edb #db200e #0edb20

Analogous Colors of #200edb

#200edb #870edb #0e62db

Monochromatic Colors of #200edb

#200edb

Complementary Color

#200edb #c9db0e

#200edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#200edb Color CSS Codes

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

#200edb Text Font Color

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

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


#200edb Background Color

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

This div background color is #200edb


#200edb Border Color

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

This div border color is #200edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200edb


Comments

No comments written yet.

Please login to write comment.