Color Hex Logo

#447dce Color Hex

#447DCE
(68,125,206)
0 Favorites   0 Comments

Color spaces of #447dce

RGB 68125206
HSL0.600.580.54
HSV215°67°81°
CMYK 0.670.390.00   0.19
XYZ20.858120.352461.2216
Yxy20.35240.20360.1987
Hunter Lab45.11363.5799-48.8801
CIE-Lab52.23337.4798-47.4302

#447dce color RGB value is (68,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 11001110
Octal 104 175 316
Decimal 68 125 206
Hex 44 7D CE

RGB Percentages of Color #447dce

%17.04
%31.33
%51.63

CMYK Percentages of Color #447dce

%67
%39
%0
%19

Triadic Colors of #447dce

#447dce #ce447d #7dce44

Analogous Colors of #447dce

#447dce #5044ce #44c2ce

Monochromatic Colors of #447dce

#447dce

Complementary Color

#447dce #ce9544

#447dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#447dce Color CSS Codes

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

#447dce Text Font Color

<p style="color:#447dce">Text here</p>

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


#447dce Background Color

<div style="background-color:#447dce">
Div content here</div>

This div background color is #447dce


#447dce Border Color

<div style="border:3px solid #447dce">
Div here</div>

This div border color is #447dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447dce


Comments

No comments written yet.

Please login to write comment.