Color Hex Logo

#445fce Color Hex

#445FCE
(68,95,206)
0 Favorites   0 Comments

Color spaces of #445fce

RGB 6895206
HSL0.630.580.54
HSV228°67°81°
CMYK 0.670.540.00   0.19
XYZ17.616713.869660.1411
Yxy13.86960.19230.1514
Hunter Lab37.241919.2633-69.6767
CIE-Lab44.045326.2630-60.5705

#445fce color RGB value is (68,95,206).

#445fce hex color red value is 68, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #445fce hue: 0.63 , saturation: 0.58 and the lightness value of 445fce is 0.54.

The process color (four color CMYK) of #445fce color hex is 0.67, 0.54, 0.00, 0.19. Web safe color of #445fce is #3366cc. Color #445fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011111 11001110
Octal 104 137 316
Decimal 68 95 206
Hex 44 5F CE

RGB Percentages of Color #445fce

%18.43
%25.75
%55.83

CMYK Percentages of Color #445fce

%67
%54
%0
%19

Triadic Colors of #445fce

#445fce #ce445f #5fce44

Analogous Colors of #445fce

#445fce #6e44ce #44a4ce

Monochromatic Colors of #445fce

#445fce

Complementary Color

#445fce #ceb344

#445fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#445fce Color CSS Codes

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

#445fce Text Font Color

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

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


#445fce Background Color

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

This div background color is #445fce


#445fce Border Color

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

This div border color is #445fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445fce


Comments

No comments written yet.

Please login to write comment.