Color Hex Logo

#0d54ce Color Hex

#0D54CE
(13,84,206)
0 Favorites   0 Comments

Color spaces of #0d54ce

RGB 1384206
HSL0.610.880.43
HSV218°94°81°
CMYK 0.940.590.00   0.19
XYZ14.476910.882459.7300
Yxy10.88240.17010.1279
Hunter Lab32.988520.6044-84.2604
CIE-Lab39.381728.3090-68.2365

#0d54ce color RGB value is (13,84,206).

#0d54ce hex color red value is 13, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0d54ce hue: 0.61 , saturation: 0.88 and the lightness value of 0d54ce is 0.43.

The process color (four color CMYK) of #0d54ce color hex is 0.94, 0.59, 0.00, 0.19. Web safe color of #0d54ce is #0066cc. Color #0d54ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01010100 11001110
Octal 15 124 316
Decimal 13 84 206
Hex D 54 CE

RGB Percentages of Color #0d54ce

%4.29
%27.72
%67.99

CMYK Percentages of Color #0d54ce

%94
%59
%0
%19

Triadic Colors of #0d54ce

#0d54ce #ce0d54 #54ce0d

Analogous Colors of #0d54ce

#0d54ce #270dce #0db5ce

Monochromatic Colors of #0d54ce

#0d54ce

Complementary Color

#0d54ce #ce870d

#0d54ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d54ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d54ce Color CSS Codes

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

#0d54ce Text Font Color

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

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


#0d54ce Background Color

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

This div background color is #0d54ce


#0d54ce Border Color

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

This div border color is #0d54ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d54ce


Comments

No comments written yet.

Please login to write comment.