Color Hex Logo

#200e9d Color Hex

#200E9D
(32,14,157)
0 Favorites   0 Comments

Color spaces of #200e9d

RGB 3214157
HSL0.690.840.34
HSV248°91°62°
CMYK 0.800.910.00   0.38
XYZ6.83853.055532.1276
Yxy3.05550.16270.0727
Hunter Lab17.480039.2426-96.7369
CIE-Lab20.264851.6450-70.6229

#200e9d color RGB value is (32,14,157).

#200e9d hex color red value is 32, green value is 14 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #200e9d hue: 0.69 , saturation: 0.84 and the lightness value of 200e9d is 0.34.

The process color (four color CMYK) of #200e9d color hex is 0.80, 0.91, 0.00, 0.38. Web safe color of #200e9d is #330099. Color #200e9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001110 10011101
Octal 40 16 235
Decimal 32 14 157
Hex 20 E 9D

RGB Percentages of Color #200e9d

%15.76
%6.90
%77.34

CMYK Percentages of Color #200e9d

%80
%91
%0
%38

Triadic Colors of #200e9d

#200e9d #9d200e #0e9d20

Analogous Colors of #200e9d

#200e9d #680e9d #0e449d

Monochromatic Colors of #200e9d

#200e9d

Complementary Color

#200e9d #8b9d0e

#200e9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200e9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#200e9d Color CSS Codes

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

#200e9d Text Font Color

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

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


#200e9d Background Color

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

This div background color is #200e9d


#200e9d Border Color

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

This div border color is #200e9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200e9d


Comments

No comments written yet.

Please login to write comment.