Color Hex Logo

#0d20ea Color Hex

#0D20EA
(13,32,234)
0 Favorites   0 Comments

Color spaces of #0d20ea

RGB 1332234
HSL0.650.890.48
HSV235°94°92°
CMYK 0.940.860.00   0.08
XYZ15.53387.059178.3857
Yxy7.05910.15380.0699
Hunter Lab26.569057.8660-156.3234
CIE-Lab31.941166.7268-96.5915

#0d20ea color RGB value is (13,32,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100000 11101010
Octal 15 40 352
Decimal 13 32 234
Hex D 20 EA

RGB Percentages of Color #0d20ea

%4.66
%11.47
%83.87

CMYK Percentages of Color #0d20ea

%94
%86
%0
%8

Triadic Colors of #0d20ea

#0d20ea #ea0d20 #20ea0d

Analogous Colors of #0d20ea

#0d20ea #690dea #0d8fea

Monochromatic Colors of #0d20ea

#0d20ea

Complementary Color

#0d20ea #ead70d

#0d20ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d20ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d20ea Color CSS Codes

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

#0d20ea Text Font Color

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

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


#0d20ea Background Color

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

This div background color is #0d20ea


#0d20ea Border Color

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

This div border color is #0d20ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d20ea


Comments

No comments written yet.

Please login to write comment.