Color Hex Logo

#447cfe Color Hex

#447CFE
(68,124,254)
0 Favorites   0 Comments

Color spaces of #447cfe

RGB 68124254
HSL0.620.990.63
HSV222°73°100°
CMYK 0.730.510.00   0.00
XYZ27.480922.800096.7184
Yxy22.80000.18690.1551
Hunter Lab47.749319.1697-86.6700
CIE-Lab54.865725.1681-70.0736

#447cfe color RGB value is (68,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 11111110
Octal 104 174 376
Decimal 68 124 254
Hex 44 7C FE

RGB Percentages of Color #447cfe

%15.25
%27.80
%56.95

CMYK Percentages of Color #447cfe

%73
%51
%0
%0

Triadic Colors of #447cfe

#447cfe #fe447c #7cfe44

Analogous Colors of #447cfe

#447cfe #6944fe #44d9fe

Monochromatic Colors of #447cfe

#447cfe

Complementary Color

#447cfe #fec644

#447cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#447cfe Color CSS Codes

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

#447cfe Text Font Color

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

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


#447cfe Background Color

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

This div background color is #447cfe


#447cfe Border Color

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

This div border color is #447cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447cfe


Comments

No comments written yet.

Please login to write comment.