Color Hex Logo

#447bbf Color Hex

#447BBF
(68,123,191)
0 Favorites   0 Comments

Color spaces of #447bbf

RGB 68123191
HSL0.590.490.51
HSV213°64°75°
CMYK 0.640.360.00   0.25
XYZ18.870819.156451.9932
Yxy19.15640.20960.2128
Hunter Lab43.76800.3671-39.7945
CIE-Lab50.86973.4580-41.0314

#447bbf color RGB value is (68,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 10111111
Octal 104 173 277
Decimal 68 123 191
Hex 44 7B BF

RGB Percentages of Color #447bbf

%17.80
%32.20
%50.00

CMYK Percentages of Color #447bbf

%64
%36
%0
%25

Triadic Colors of #447bbf

#447bbf #bf447b #7bbf44

Analogous Colors of #447bbf

#447bbf #4a44bf #44b9bf

Monochromatic Colors of #447bbf

#447bbf

Complementary Color

#447bbf #bf8844

#447bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bbf Color CSS Codes

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

#447bbf Text Font Color

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

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


#447bbf Background Color

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

This div background color is #447bbf


#447bbf Border Color

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

This div border color is #447bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bbf


Comments

No comments written yet.

Please login to write comment.