Color Hex Logo

#0d25dc Color Hex

#0D25DC
(13,37,220)
0 Favorites   0 Comments

Color spaces of #0d25dc

RGB 1337220
HSL0.650.890.46
HSV233°94°86°
CMYK 0.940.830.00   0.14
XYZ13.74586.576068.2550
Yxy6.57600.15520.0742
Hunter Lab25.643750.8049-139.8596
CIE-Lab30.821560.6336-90.4408

#0d25dc color RGB value is (13,37,220).

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

The process color (four color CMYK) of #0d25dc color hex is 0.94, 0.83, 0.00, 0.14. Web safe color of #0d25dc is #0033cc. Color #0d25dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100101 11011100
Octal 15 45 334
Decimal 13 37 220
Hex D 25 DC

RGB Percentages of Color #0d25dc

%4.81
%13.70
%81.48

CMYK Percentages of Color #0d25dc

%94
%83
%0
%14

Triadic Colors of #0d25dc

#0d25dc #dc0d25 #25dc0d

Analogous Colors of #0d25dc

#0d25dc #5d0ddc #0d8ddc

Monochromatic Colors of #0d25dc

#0d25dc

Complementary Color

#0d25dc #dcc40d

#0d25dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d25dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d25dc Color CSS Codes

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

#0d25dc Text Font Color

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

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


#0d25dc Background Color

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

This div background color is #0d25dc


#0d25dc Border Color

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

This div border color is #0d25dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d25dc


Comments

No comments written yet.

Please login to write comment.