Color Hex Logo

#0d05cd Color Hex

#0D05CD
(13,5,205)
0 Favorites   0 Comments

Color spaces of #0d05cd

RGB 135205
HSL0.670.950.41
HSV242°98°80°
CMYK 0.940.980.00   0.20
XYZ11.23974.601958.0535
Yxy4.60190.15210.0623
Hunter Lab21.452055.9832-145.4341
CIE-Lab25.569166.2423-90.5050

#0d05cd color RGB value is (13,5,205).

#0d05cd hex color red value is 13, green value is 5 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0d05cd hue: 0.67 , saturation: 0.95 and the lightness value of 0d05cd is 0.41.

The process color (four color CMYK) of #0d05cd color hex is 0.94, 0.98, 0.00, 0.20. Web safe color of #0d05cd is #0000cc. Color #0d05cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000101 11001101
Octal 15 5 315
Decimal 13 5 205
Hex D 5 CD

RGB Percentages of Color #0d05cd

%5.83
%2.24
%91.93

CMYK Percentages of Color #0d05cd

%94
%98
%0
%20

Triadic Colors of #0d05cd

#0d05cd #cd0d05 #05cd0d

Analogous Colors of #0d05cd

#0d05cd #7105cd #0561cd

Monochromatic Colors of #0d05cd

#0d05cd

Complementary Color

#0d05cd #c5cd05

#0d05cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d05cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d05cd Color CSS Codes

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

#0d05cd Text Font Color

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

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


#0d05cd Background Color

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

This div background color is #0d05cd


#0d05cd Border Color

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

This div border color is #0d05cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d05cd


Comments

No comments written yet.

Please login to write comment.