Color Hex Logo

#447fea Color Hex

#447FEA
(68,127,234)
0 Favorites   0 Comments

Color spaces of #447fea

RGB 68127234
HSL0.610.800.59
HSV219°71°92°
CMYK 0.710.460.00   0.08
XYZ24.824622.348280.8471
Yxy22.34820.19390.1746
Hunter Lab47.273911.0051-68.3052
CIE-Lab54.394516.1836-59.7356

#447fea color RGB value is (68,127,234).

#447fea hex color red value is 68, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #447fea hue: 0.61 , saturation: 0.80 and the lightness value of 447fea is 0.59.

The process color (four color CMYK) of #447fea color hex is 0.71, 0.46, 0.00, 0.08. Web safe color of #447fea is #3366ff. Color #447fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111111 11101010
Octal 104 177 352
Decimal 68 127 234
Hex 44 7F EA

RGB Percentages of Color #447fea

%15.85
%29.60
%54.55

CMYK Percentages of Color #447fea

%71
%46
%0
%8

Triadic Colors of #447fea

#447fea #ea447f #7fea44

Analogous Colors of #447fea

#447fea #5c44ea #44d2ea

Monochromatic Colors of #447fea

#447fea

Complementary Color

#447fea #eaaf44

#447fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#447fea Color CSS Codes

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

#447fea Text Font Color

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

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


#447fea Background Color

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

This div background color is #447fea


#447fea Border Color

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

This div border color is #447fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447fea


Comments

No comments written yet.

Please login to write comment.