Color Hex Logo

#447eff Color Hex

#447EFF
(68,126,255)
0 Favorites   0 Comments

Color spaces of #447eff

RGB 68126255
HSL0.611.000.63
HSV221°73°100°
CMYK 0.730.510.00   0.00
XYZ27.894823.370797.6485
Yxy23.37070.18730.1569
Hunter Lab48.343318.3966-85.9196
CIE-Lab55.452124.2921-69.6769

#447eff color RGB value is (68,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111110 11111111
Octal 104 176 377
Decimal 68 126 255
Hex 44 7E FF

RGB Percentages of Color #447eff

%15.14
%28.06
%56.79

CMYK Percentages of Color #447eff

%73
%51
%0
%0

Triadic Colors of #447eff

#447eff #ff447e #7eff44

Analogous Colors of #447eff

#447eff #6844ff #44dcff

Monochromatic Colors of #447eff

#447eff

Complementary Color

#447eff #ffc544

#447eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#447eff Color CSS Codes

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

#447eff Text Font Color

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

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


#447eff Background Color

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

This div background color is #447eff


#447eff Border Color

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

This div border color is #447eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447eff


Comments

No comments written yet.

Please login to write comment.