Color Hex Logo

#447fda Color Hex

#447FDA
(68,127,218)
0 Favorites   0 Comments

Color spaces of #447fda

RGB 68127218
HSL0.600.670.56
HSV216°69°85°
CMYK 0.690.420.00   0.15
XYZ22.628221.469669.2811
Yxy21.46960.19960.1894
Hunter Lab46.33536.0851-56.2164
CIE-Lab53.459710.4947-52.2630

#447fda color RGB value is (68,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111111 11011010
Octal 104 177 332
Decimal 68 127 218
Hex 44 7F DA

RGB Percentages of Color #447fda

%16.46
%30.75
%52.78

CMYK Percentages of Color #447fda

%69
%42
%0
%15

Triadic Colors of #447fda

#447fda #da447f #7fda44

Analogous Colors of #447fda

#447fda #5444da #44cada

Monochromatic Colors of #447fda

#447fda

Complementary Color

#447fda #da9f44

#447fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#447fda Color CSS Codes

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

#447fda Text Font Color

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

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


#447fda Background Color

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

This div background color is #447fda


#447fda Border Color

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

This div border color is #447fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447fda


Comments

No comments written yet.

Please login to write comment.