Color Hex Logo

#447fde Color Hex

#447FDE
(68,127,222)
0 Favorites   0 Comments

Color spaces of #447fde

RGB 68127222
HSL0.600.700.57
HSV217°69°87°
CMYK 0.690.430.00   0.13
XYZ23.158121.681672.0716
Yxy21.68160.19810.1855
Hunter Lab46.56357.2898-59.1754
CIE-Lab53.687511.9128-54.1493

#447fde color RGB value is (68,127,222).

#447fde hex color red value is 68, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #447fde hue: 0.60 , saturation: 0.70 and the lightness value of 447fde is 0.57.

The process color (four color CMYK) of #447fde color hex is 0.69, 0.43, 0.00, 0.13. Web safe color of #447fde is #3366cc. Color #447fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111111 11011110
Octal 104 177 336
Decimal 68 127 222
Hex 44 7F DE

RGB Percentages of Color #447fde

%16.31
%30.46
%53.24

CMYK Percentages of Color #447fde

%69
%43
%0
%13

Triadic Colors of #447fde

#447fde #de447f #7fde44

Analogous Colors of #447fde

#447fde #5644de #44ccde

Monochromatic Colors of #447fde

#447fde

Complementary Color

#447fde #dea344

#447fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#447fde Color CSS Codes

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

#447fde Text Font Color

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

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


#447fde Background Color

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

This div background color is #447fde


#447fde Border Color

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

This div border color is #447fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447fde


Comments

No comments written yet.

Please login to write comment.