Color Hex Logo

#0d63ff Color Hex

#0D63FF
(13,99,255)
0 Favorites   0 Comments

Color spaces of #0d63ff

RGB 1399255
HSL0.611.000.53
HSV219°95°100°
CMYK 0.950.610.00   0.00
XYZ22.677816.229296.5450
Yxy16.22920.16740.1198
Hunter Lab40.285529.9829-113.8899
CIE-Lab47.273837.3842-83.0482

#0d63ff color RGB value is (13,99,255).

#0d63ff hex color red value is 13, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0d63ff hue: 0.61 , saturation: 1.00 and the lightness value of 0d63ff is 0.53.

The process color (four color CMYK) of #0d63ff color hex is 0.95, 0.61, 0.00, 0.00. Web safe color of #0d63ff is #0066ff. Color #0d63ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01100011 11111111
Octal 15 143 377
Decimal 13 99 255
Hex D 63 FF

RGB Percentages of Color #0d63ff

%3.54
%26.98
%69.48

CMYK Percentages of Color #0d63ff

%95
%61
%0
%0

Triadic Colors of #0d63ff

#0d63ff #ff0d63 #63ff0d

Analogous Colors of #0d63ff

#0d63ff #300dff #0ddcff

Monochromatic Colors of #0d63ff

#0d63ff

Complementary Color

#0d63ff #ffa90d

#0d63ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d63ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d63ff Color CSS Codes

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

#0d63ff Text Font Color

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

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


#0d63ff Background Color

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

This div background color is #0d63ff


#0d63ff Border Color

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

This div border color is #0d63ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d63ff


Comments

No comments written yet.

Please login to write comment.