Color Hex Logo

#0044ec Color Hex

#0044EC
(0,68,236)
0 Favorites   0 Comments

Color spaces of #0044ec

RGB 068236
HSL0.621.000.46
HSV223°100°93°
CMYK 1.000.710.00   0.07
XYZ17.207410.190480.4169
Yxy10.19040.15960.0945
Hunter Lab31.922440.3541-127.0139
CIE-Lab38.182049.3109-87.3664

#0044ec color RGB value is (0,68,236).

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

The process color (four color CMYK) of #0044ec color hex is 1.00, 0.71, 0.00, 0.07. Web safe color of #0044ec is #0033ff. Color #0044ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 11101100
Octal 0 104 354
Decimal 0 68 236
Hex 0 44 EC

RGB Percentages of Color #0044ec

%0.00
%22.37
%77.63

CMYK Percentages of Color #0044ec

%100
%71
%0
%7

Triadic Colors of #0044ec

#0044ec #ec0044 #44ec00

Analogous Colors of #0044ec

#0044ec #3200ec #00baec

Monochromatic Colors of #0044ec

#0044ec

Complementary Color

#0044ec #eca800

#0044ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0044ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0044ec Color CSS Codes

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

#0044ec Text Font Color

<p style="color:#0044ec">Text here</p>

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


#0044ec Background Color

<div style="background-color:#0044ec">
Div content here</div>

This div background color is #0044ec


#0044ec Border Color

<div style="border:3px solid #0044ec">
Div here</div>

This div border color is #0044ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0044ec


Comments

No comments written yet.

Please login to write comment.