Color Hex Logo

#447fbe Color Hex

#447FBE
(68,127,190)
0 Favorites   0 Comments

Color spaces of #447fbe

RGB 68127190
HSL0.590.480.51
HSV211°64°75°
CMYK 0.640.330.00   0.25
XYZ19.267520.125451.5843
Yxy20.12540.21180.2212
Hunter Lab44.8613-1.8434-36.7723
CIE-Lab51.97870.7076-38.7084

#447fbe color RGB value is (68,127,190).

#447fbe hex color red value is 68, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #447fbe hue: 0.59 , saturation: 0.48 and the lightness value of 447fbe is 0.51.

The process color (four color CMYK) of #447fbe color hex is 0.64, 0.33, 0.00, 0.25. Web safe color of #447fbe is #3366cc. Color #447fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111111 10111110
Octal 104 177 276
Decimal 68 127 190
Hex 44 7F BE

RGB Percentages of Color #447fbe

%17.66
%32.99
%49.35

CMYK Percentages of Color #447fbe

%64
%33
%0
%25

Triadic Colors of #447fbe

#447fbe #be447f #7fbe44

Analogous Colors of #447fbe

#447fbe #4644be #44bcbe

Monochromatic Colors of #447fbe

#447fbe

Complementary Color

#447fbe #be8344

#447fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#447fbe Color CSS Codes

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

#447fbe Text Font Color

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

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


#447fbe Background Color

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

This div background color is #447fbe


#447fbe Border Color

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

This div border color is #447fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447fbe


Comments

No comments written yet.

Please login to write comment.