Color Hex Logo

#445eec Color Hex

#445EEC
(68,94,236)
0 Favorites   0 Comments

Color spaces of #445eec

RGB 6894236
HSL0.640.820.60
HSV231°71°93°
CMYK 0.710.600.00   0.07
XYZ21.526915.290581.1736
Yxy15.29050.18240.1296
Hunter Lab39.103129.8369-95.7073
CIE-Lab46.029537.4098-74.4014

#445eec color RGB value is (68,94,236).

#445eec hex color red value is 68, green value is 94 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #445eec hue: 0.64 , saturation: 0.82 and the lightness value of 445eec is 0.60.

The process color (four color CMYK) of #445eec color hex is 0.71, 0.60, 0.00, 0.07. Web safe color of #445eec is #3366ff. Color #445eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011110 11101100
Octal 104 136 354
Decimal 68 94 236
Hex 44 5E EC

RGB Percentages of Color #445eec

%17.09
%23.62
%59.30

CMYK Percentages of Color #445eec

%71
%60
%0
%7

Triadic Colors of #445eec

#445eec #ec445e #5eec44

Analogous Colors of #445eec

#445eec #7e44ec #44b2ec

Monochromatic Colors of #445eec

#445eec

Complementary Color

#445eec #ecd244

#445eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#445eec Color CSS Codes

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

#445eec Text Font Color

<p style="color:#445eec">Text here</p>

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


#445eec Background Color

<div style="background-color:#445eec">
Div content here</div>

This div background color is #445eec


#445eec Border Color

<div style="border:3px solid #445eec">
Div here</div>

This div border color is #445eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445eec


Comments

No comments written yet.

Please login to write comment.