Color Hex Logo

#447dfe Color Hex

#447DFE
(68,125,254)
0 Favorites   0 Comments

Color spaces of #447dfe

RGB 68125254
HSL0.620.990.63
HSV222°73°100°
CMYK 0.730.510.00   0.00
XYZ27.606923.051996.7604
Yxy23.05190.18730.1564
Hunter Lab48.012418.6150-85.8797
CIE-Lab55.125824.5519-69.6531

#447dfe color RGB value is (68,125,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 11111110
Octal 104 175 376
Decimal 68 125 254
Hex 44 7D FE

RGB Percentages of Color #447dfe

%15.21
%27.96
%56.82

CMYK Percentages of Color #447dfe

%73
%51
%0
%0

Triadic Colors of #447dfe

#447dfe #fe447d #7dfe44

Analogous Colors of #447dfe

#447dfe #6844fe #44dafe

Monochromatic Colors of #447dfe

#447dfe

Complementary Color

#447dfe #fec544

#447dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#447dfe Color CSS Codes

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

#447dfe Text Font Color

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

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


#447dfe Background Color

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

This div background color is #447dfe


#447dfe Border Color

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

This div border color is #447dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447dfe


Comments

No comments written yet.

Please login to write comment.