Color Hex Logo

#447fbf Color Hex

#447FBF
(68,127,191)
0 Favorites   0 Comments

Color spaces of #447fbf

RGB 68127191
HSL0.590.490.51
HSV211°64°75°
CMYK 0.640.340.00   0.25
XYZ19.377220.169352.1620
Yxy20.16930.21130.2199
Hunter Lab44.9102-1.5764-37.4265
CIE-Lab52.02811.0511-39.2031

#447fbf color RGB value is (68,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111111 10111111
Octal 104 177 277
Decimal 68 127 191
Hex 44 7F BF

RGB Percentages of Color #447fbf

%17.62
%32.90
%49.48

CMYK Percentages of Color #447fbf

%64
%34
%0
%25

Triadic Colors of #447fbf

#447fbf #bf447f #7fbf44

Analogous Colors of #447fbf

#447fbf #4644bf #44bdbf

Monochromatic Colors of #447fbf

#447fbf

Complementary Color

#447fbf #bf8444

#447fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#447fbf Color CSS Codes

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

#447fbf Text Font Color

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

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


#447fbf Background Color

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

This div background color is #447fbf


#447fbf Border Color

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

This div border color is #447fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447fbf


Comments

No comments written yet.

Please login to write comment.