Color Hex Logo

#447ccf Color Hex

#447CCF
(68,124,207)
0 Favorites   0 Comments

Color spaces of #447ccf

RGB 68124207
HSL0.600.590.54
HSV216°67°81°
CMYK 0.670.400.00   0.19
XYZ20.854020.149261.8216
Yxy20.14920.20280.1960
Hunter Lab44.88794.3738-50.2354
CIE-Lab52.00558.4421-48.3605

#447ccf color RGB value is (68,124,207).

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

The process color (four color CMYK) of #447ccf color hex is 0.67, 0.40, 0.00, 0.19. Web safe color of #447ccf is #3366cc. Color #447ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 11001111
Octal 104 174 317
Decimal 68 124 207
Hex 44 7C CF

RGB Percentages of Color #447ccf

%17.04
%31.08
%51.88

CMYK Percentages of Color #447ccf

%67
%40
%0
%19

Triadic Colors of #447ccf

#447ccf #cf447c #7ccf44

Analogous Colors of #447ccf

#447ccf #5244cf #44c2cf

Monochromatic Colors of #447ccf

#447ccf

Complementary Color

#447ccf #cf9744

#447ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#447ccf Color CSS Codes

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

#447ccf Text Font Color

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

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


#447ccf Background Color

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

This div background color is #447ccf


#447ccf Border Color

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

This div border color is #447ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447ccf


Comments

No comments written yet.

Please login to write comment.