Color Hex Logo

#200ebd Color Hex

#200EBD
(32,14,189)
0 Favorites   0 Comments

Color spaces of #200ebd

RGB 3214189
HSL0.680.860.40
HSV246°93°74°
CMYK 0.830.930.00   0.26
XYZ9.93804.295348.4494
Yxy4.29530.15850.0685
Hunter Lab20.725149.3245-124.0956
CIE-Lab24.624660.4478-82.6460

#200ebd color RGB value is (32,14,189).

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

The process color (four color CMYK) of #200ebd color hex is 0.83, 0.93, 0.00, 0.26. Web safe color of #200ebd is #3300cc. Color #200ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001110 10111101
Octal 40 16 275
Decimal 32 14 189
Hex 20 E BD

RGB Percentages of Color #200ebd

%13.62
%5.96
%80.43

CMYK Percentages of Color #200ebd

%83
%93
%0
%26

Triadic Colors of #200ebd

#200ebd #bd200e #0ebd20

Analogous Colors of #200ebd

#200ebd #780ebd #0e54bd

Monochromatic Colors of #200ebd

#200ebd

Complementary Color

#200ebd #abbd0e

#200ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#200ebd Color CSS Codes

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

#200ebd Text Font Color

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

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


#200ebd Background Color

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

This div background color is #200ebd


#200ebd Border Color

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

This div border color is #200ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200ebd


Comments

No comments written yet.

Please login to write comment.