Color Hex Logo

#0d2aea Color Hex

#0D2AEA
(13,42,234)
0 Favorites   0 Comments

Color spaces of #0d2aea

RGB 1342234
HSL0.640.890.48
HSV232°94°92°
CMYK 0.940.820.00   0.08
XYZ15.84527.682078.4895
Yxy7.68200.15530.0753
Hunter Lab27.716453.5429-148.5005
CIE-Lab33.311662.6338-94.3075

#0d2aea color RGB value is (13,42,234).

#0d2aea hex color red value is 13, green value is 42 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0d2aea hue: 0.64 , saturation: 0.89 and the lightness value of 0d2aea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00101010 11101010
Octal 15 52 352
Decimal 13 42 234
Hex D 2A EA

RGB Percentages of Color #0d2aea

%4.50
%14.53
%80.97

CMYK Percentages of Color #0d2aea

%94
%82
%0
%8

Triadic Colors of #0d2aea

#0d2aea #ea0d2a #2aea0d

Analogous Colors of #0d2aea

#0d2aea #5f0dea #0d99ea

Monochromatic Colors of #0d2aea

#0d2aea

Complementary Color

#0d2aea #eacd0d

#0d2aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d2aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d2aea Color CSS Codes

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

#0d2aea Text Font Color

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

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


#0d2aea Background Color

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

This div background color is #0d2aea


#0d2aea Border Color

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

This div border color is #0d2aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d2aea


Comments

No comments written yet.

Please login to write comment.