Color Hex Logo

#0d89eb Color Hex

#0D89EB
(13,137,235)
0 Favorites   0 Comments

Color spaces of #0d89eb

RGB 13137235
HSL0.570.900.49
HSV206°94°92°
CMYK 0.940.420.00   0.08
XYZ24.107023.975081.9543
Yxy23.97500.18540.1844
Hunter Lab48.96432.1950-64.9621
CIE-Lab56.06285.8831-57.6823

#0d89eb color RGB value is (13,137,235).

#0d89eb hex color red value is 13, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0d89eb hue: 0.57 , saturation: 0.90 and the lightness value of 0d89eb is 0.49.

The process color (four color CMYK) of #0d89eb color hex is 0.94, 0.42, 0.00, 0.08. Web safe color of #0d89eb is #0099ff. Color #0d89eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10001001 11101011
Octal 15 211 353
Decimal 13 137 235
Hex D 89 EB

RGB Percentages of Color #0d89eb

%3.38
%35.58
%61.04

CMYK Percentages of Color #0d89eb

%94
%42
%0
%8

Triadic Colors of #0d89eb

#0d89eb #eb0d89 #89eb0d

Analogous Colors of #0d89eb

#0d89eb #0d1aeb #0debde

Monochromatic Colors of #0d89eb

#0d89eb

Complementary Color

#0d89eb #eb6f0d

#0d89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d89eb Color CSS Codes

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

#0d89eb Text Font Color

<p style="color:#0d89eb">Text here</p>

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


#0d89eb Background Color

<div style="background-color:#0d89eb">
Div content here</div>

This div background color is #0d89eb


#0d89eb Border Color

<div style="border:3px solid #0d89eb">
Div here</div>

This div border color is #0d89eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,137,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d89eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d89eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0d89eb;
  box-shadow:         1px 1px 3px 2px #0d89eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d89eb


Comments

No comments written yet.

Please login to write comment.