Color Hex Logo

#0d81ec Color Hex

#0D81EC
(13,129,236)
0 Favorites   0 Comments

Color spaces of #0d81ec

RGB 13129236
HSL0.580.900.49
HSV209°94°93°
CMYK 0.940.450.00   0.07
XYZ23.156621.842282.3524
Yxy21.84220.18180.1715
Hunter Lab46.73566.6559-71.7594
CIE-Lab53.859211.1662-61.7757

#0d81ec color RGB value is (13,129,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000001 11101100
Octal 15 201 354
Decimal 13 129 236
Hex D 81 EC

RGB Percentages of Color #0d81ec

%3.44
%34.13
%62.43

CMYK Percentages of Color #0d81ec

%94
%45
%0
%7

Triadic Colors of #0d81ec

#0d81ec #ec0d81 #81ec0d

Analogous Colors of #0d81ec

#0d81ec #0d11ec #0dece8

Monochromatic Colors of #0d81ec

#0d81ec

Complementary Color

#0d81ec #ec780d

#0d81ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d81ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d81ec Color CSS Codes

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

#0d81ec Text Font Color

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

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


#0d81ec Background Color

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

This div background color is #0d81ec


#0d81ec Border Color

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

This div border color is #0d81ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d81ec


Comments

No comments written yet.

Please login to write comment.