Color Hex Logo

#447cbe Color Hex

#447CBE
(68,124,190)
0 Favorites   0 Comments

Color spaces of #447cbe

RGB 68124190
HSL0.590.480.51
HSV212°64°75°
CMYK 0.640.350.00   0.25
XYZ18.885819.362051.4570
Yxy19.36200.21050.2158
Hunter Lab44.0023-0.3917-38.5331
CIE-Lab51.10812.5078-40.0811

#447cbe color RGB value is (68,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 10111110
Octal 104 174 276
Decimal 68 124 190
Hex 44 7C BE

RGB Percentages of Color #447cbe

%17.80
%32.46
%49.74

CMYK Percentages of Color #447cbe

%64
%35
%0
%25

Triadic Colors of #447cbe

#447cbe #be447c #7cbe44

Analogous Colors of #447cbe

#447cbe #4944be #44b9be

Monochromatic Colors of #447cbe

#447cbe

Complementary Color

#447cbe #be8644

#447cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#447cbe Color CSS Codes

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

#447cbe Text Font Color

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

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


#447cbe Background Color

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

This div background color is #447cbe


#447cbe Border Color

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

This div border color is #447cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447cbe


Comments

No comments written yet.

Please login to write comment.