Color Hex Logo

#0d67ec Color Hex

#0D67EC
(13,103,236)
0 Favorites   0 Comments

Color spaces of #0d67ec

RGB 13103236
HSL0.600.900.49
HSV216°94°93°
CMYK 0.940.560.00   0.07
XYZ20.156515.842281.3524
Yxy15.84220.17180.1350
Hunter Lab39.802320.7413-93.3221
CIE-Lab46.766827.6224-73.2634

#0d67ec color RGB value is (13,103,236).

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

The process color (four color CMYK) of #0d67ec color hex is 0.94, 0.56, 0.00, 0.07. Web safe color of #0d67ec is #0066ff. Color #0d67ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01100111 11101100
Octal 15 147 354
Decimal 13 103 236
Hex D 67 EC

RGB Percentages of Color #0d67ec

%3.69
%29.26
%67.05

CMYK Percentages of Color #0d67ec

%94
%56
%0
%7

Triadic Colors of #0d67ec

#0d67ec #ec0d67 #67ec0d

Analogous Colors of #0d67ec

#0d67ec #220dec #0dd7ec

Monochromatic Colors of #0d67ec

#0d67ec

Complementary Color

#0d67ec #ec920d

#0d67ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d67ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d67ec Color CSS Codes

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

#0d67ec Text Font Color

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

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


#0d67ec Background Color

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

This div background color is #0d67ec


#0d67ec Border Color

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

This div border color is #0d67ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d67ec


Comments

No comments written yet.

Please login to write comment.