Color Hex Logo

#0d09ff Color Hex

#0D09FF
(13,9,255)
0 Favorites   0 Comments

Color spaces of #0d09ff

RGB 139255
HSL0.671.000.52
HSV241°96°100°
CMYK 0.950.960.00   0.00
XYZ18.31377.500995.0903
Yxy7.50090.15150.0620
Hunter Lab27.387871.4311-186.6834
CIE-Lab32.921177.9237-106.8244

#0d09ff color RGB value is (13,9,255).

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

The process color (four color CMYK) of #0d09ff color hex is 0.95, 0.96, 0.00, 0.00. Web safe color of #0d09ff is #0000ff. Color #0d09ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001001 11111111
Octal 15 11 377
Decimal 13 9 255
Hex D 9 FF

RGB Percentages of Color #0d09ff

%4.69
%3.25
%92.06

CMYK Percentages of Color #0d09ff

%95
%96
%0
%0

Triadic Colors of #0d09ff

#0d09ff #ff0d09 #09ff0d

Analogous Colors of #0d09ff

#0d09ff #8809ff #0980ff

Monochromatic Colors of #0d09ff

#0d09ff

Complementary Color

#0d09ff #fbff09

#0d09ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d09ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d09ff Color CSS Codes

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

#0d09ff Text Font Color

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

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


#0d09ff Background Color

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

This div background color is #0d09ff


#0d09ff Border Color

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

This div border color is #0d09ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d09ff

Related Colors


Comments

No comments written yet.

Please login to write comment.