Color Hex Logo

#0d60ef Color Hex

#0D60EF
(13,96,239)
0 Favorites   0 Comments

Color spaces of #0d60ef

RGB 1396239
HSL0.610.900.49
HSV218°95°94°
CMYK 0.950.600.00   0.06
XYZ19.928814.683383.4452
Yxy14.68330.16880.1244
Hunter Lab38.318825.7762-102.2901
CIE-Lab45.197333.2602-77.5123

#0d60ef color RGB value is (13,96,239).

#0d60ef hex color red value is 13, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0d60ef hue: 0.61 , saturation: 0.90 and the lightness value of 0d60ef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01100000 11101111
Octal 15 140 357
Decimal 13 96 239
Hex D 60 EF

RGB Percentages of Color #0d60ef

%3.74
%27.59
%68.68

CMYK Percentages of Color #0d60ef

%95
%60
%0
%6

Triadic Colors of #0d60ef

#0d60ef #ef0d60 #60ef0d

Analogous Colors of #0d60ef

#0d60ef #2b0def #0dd1ef

Monochromatic Colors of #0d60ef

#0d60ef

Complementary Color

#0d60ef #ef9c0d

#0d60ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d60ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d60ef Color CSS Codes

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

#0d60ef Text Font Color

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

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


#0d60ef Background Color

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

This div background color is #0d60ef


#0d60ef Border Color

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

This div border color is #0d60ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d60ef


Comments

No comments written yet.

Please login to write comment.