Color Hex Logo

#445efc Color Hex

#445EFC
(68,94,252)
0 Favorites   0 Comments

Color spaces of #445efc

RGB 6894252
HSL0.640.970.63
HSV232°73°99°
CMYK 0.730.630.00   0.01
XYZ23.957316.262693.9718
Yxy16.26260.17850.1212
Hunter Lab40.326935.4707-109.9317
CIE-Lab47.317142.9232-81.2510

#445efc color RGB value is (68,94,252).

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

The process color (four color CMYK) of #445efc color hex is 0.73, 0.63, 0.00, 0.01. Web safe color of #445efc is #3366ff. Color #445efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011110 11111100
Octal 104 136 374
Decimal 68 94 252
Hex 44 5E FC

RGB Percentages of Color #445efc

%16.43
%22.71
%60.87

CMYK Percentages of Color #445efc

%73
%63
%0
%1

Triadic Colors of #445efc

#445efc #fc445e #5efc44

Analogous Colors of #445efc

#445efc #8644fc #44bafc

Monochromatic Colors of #445efc

#445efc

Complementary Color

#445efc #fce244

#445efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#445efc Color CSS Codes

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

#445efc Text Font Color

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

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


#445efc Background Color

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

This div background color is #445efc


#445efc Border Color

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

This div border color is #445efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445efc

Related Colors


Comments

No comments written yet.

Please login to write comment.