Color Hex Logo

#020dbd Color Hex

#020DBD
(2,13,189)
0 Favorites   0 Comments

Color spaces of #020dbd

RGB 213189
HSL0.660.980.37
HSV236°99°74°
CMYK 0.990.930.00   0.26
XYZ9.35433.974948.4183
Yxy3.97490.15150.0644
Hunter Lab19.937248.8603-130.0325
CIE-Lab23.588360.2096-84.4001

#020dbd color RGB value is (2,13,189).

#020dbd hex color red value is 2, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #020dbd hue: 0.66 , saturation: 0.98 and the lightness value of 020dbd is 0.37.

The process color (four color CMYK) of #020dbd color hex is 0.99, 0.93, 0.00, 0.26. Web safe color of #020dbd is #0000cc. Color #020dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00001101 10111101
Octal 2 15 275
Decimal 2 13 189
Hex 2 D BD

RGB Percentages of Color #020dbd

%0.98
%6.37
%92.65

CMYK Percentages of Color #020dbd

%99
%93
%0
%26

Triadic Colors of #020dbd

#020dbd #bd020d #0dbd02

Analogous Colors of #020dbd

#020dbd #5502bd #026bbd

Monochromatic Colors of #020dbd

#020dbd

Complementary Color

#020dbd #bdb202

#020dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#020dbd Color CSS Codes

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

#020dbd Text Font Color

<p style="color:#020dbd">Text here</p>

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


#020dbd Background Color

<div style="background-color:#020dbd">
Div content here</div>

This div background color is #020dbd


#020dbd Border Color

<div style="border:3px solid #020dbd">
Div here</div>

This div border color is #020dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,13,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #020dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #020dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #020dbd;
  box-shadow:         1px 1px 3px 2px #020dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,13,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 #020dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020dbd


Comments

No comments written yet.

Please login to write comment.