Color Hex Logo

#200dee Color Hex

#200DEE
(32,13,238)
0 Favorites   0 Comments

Color spaces of #200dee

RGB 3213238
HSL0.680.900.49
HSV245°95°93°
CMYK 0.870.950.00   0.07
XYZ16.17226.768081.3429
Yxy6.76800.15510.0649
Hunter Lab26.015465.4358-167.1727
CIE-Lab31.272873.3020-99.9700

#200dee color RGB value is (32,13,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001101 11101110
Octal 40 15 356
Decimal 32 13 238
Hex 20 D EE

RGB Percentages of Color #200dee

%11.31
%4.59
%84.10

CMYK Percentages of Color #200dee

%87
%95
%0
%7

Triadic Colors of #200dee

#200dee #ee200d #0dee20

Analogous Colors of #200dee

#200dee #910dee #0d6bee

Monochromatic Colors of #200dee

#200dee

Complementary Color

#200dee #dbee0d

#200dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#200dee Color CSS Codes

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

#200dee Text Font Color

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

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


#200dee Background Color

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

This div background color is #200dee


#200dee Border Color

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

This div border color is #200dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200dee


Comments

No comments written yet.

Please login to write comment.