Color Hex Logo

#447cff Color Hex

#447CFF
(68,124,255)
0 Favorites   0 Comments

Color spaces of #447cff

RGB 68124255
HSL0.621.000.63
HSV222°73°100°
CMYK 0.730.510.00   0.00
XYZ27.641522.864297.5641
Yxy22.86420.18670.1544
Hunter Lab47.816519.5073-87.5028
CIE-Lab54.932225.5245-70.5178

#447cff color RGB value is (68,124,255).

#447cff hex color red value is 68, green value is 124 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #447cff hue: 0.62 , saturation: 1.00 and the lightness value of 447cff is 0.63.

The process color (four color CMYK) of #447cff color hex is 0.73, 0.51, 0.00, 0.00. Web safe color of #447cff is #3366ff. Color #447cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 11111111
Octal 104 174 377
Decimal 68 124 255
Hex 44 7C FF

RGB Percentages of Color #447cff

%15.21
%27.74
%57.05

CMYK Percentages of Color #447cff

%73
%51
%0
%0

Triadic Colors of #447cff

#447cff #ff447c #7cff44

Analogous Colors of #447cff

#447cff #6a44ff #44daff

Monochromatic Colors of #447cff

#447cff

Complementary Color

#447cff #ffc744

#447cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#447cff Color CSS Codes

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

#447cff Text Font Color

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

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


#447cff Background Color

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

This div background color is #447cff


#447cff Border Color

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

This div border color is #447cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447cff

Related Colors


Comments

No comments written yet.

Please login to write comment.