color codes Logo

#0e44dd color codes

#0E44DD
(14,68,221)
0 Favorites   0 Comments

Color spaces of #0e44dd

RGB 1468221
HSL0.620.880.46
HSV224°94°87°
CMYK 0.940.690.00   0.13
XYZ15.29949.448169.4239
Yxy9.44810.16250.1003
Hunter Lab30.737835.0554-112.3952
CIE-Lab36.833144.2584-81.0476

#0e44dd color RGB value is (14,68,221).

#0e44dd hex color red value is 14, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0e44dd hue: 0.62 , saturation: 0.88 and the lightness value of 0e44dd is 0.46.

The process color (four color CMYK) of #0e44dd color code is 0.94, 0.69, 0.00, 0.13. Web safe color of #0e44dd is #0033cc. Color #0e44dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000100 11011101
Octal 16 104 335
Decimal 14 68 221
Hex E 44 DD

RGB Percentages of Color #0e44dd

%4.62
%22.44
%72.94

CMYK Percentages of Color #0e44dd

%94
%69
%0
%13

Triadic Colors of #0e44dd

#0e44dd #dd0e44 #44dd0e

Analogous Colors of #0e44dd

#0e44dd #400edd #0eacdd

Monochromatic Colors of #0e44dd

#0e44dd

Complementary Color

#0e44dd #dda70e

#0e44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e44dd Color CSS Codes

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

#0e44dd Text Font Color

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

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


#0e44dd Background Color

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

This div background color is #0e44dd


#0e44dd Border Color

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

This div border color is #0e44dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,68,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e44dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e44dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0e44dd;
  box-shadow:         1px 1px 3px 2px #0e44dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,68,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e44dd


Comments

No comments written yet.

Please login to write comment.