Color Hex Logo

#447efa Color Hex

#447EFA
(68,126,250)
0 Favorites   0 Comments

Color spaces of #447efa

RGB 68126250
HSL0.610.950.62
HSV221°73°98°
CMYK 0.730.500.00   0.02
XYZ27.100123.052893.4638
Yxy23.05280.18870.1605
Hunter Lab48.013316.7272-81.8059
CIE-Lab55.126722.5091-67.4425

#447efa color RGB value is (68,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111110 11111010
Octal 104 176 372
Decimal 68 126 250
Hex 44 7E FA

RGB Percentages of Color #447efa

%15.32
%28.38
%56.31

CMYK Percentages of Color #447efa

%73
%50
%0
%2

Triadic Colors of #447efa

#447efa #fa447e #7efa44

Analogous Colors of #447efa

#447efa #6544fa #44d9fa

Monochromatic Colors of #447efa

#447efa

Complementary Color

#447efa #fac044

#447efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#447efa Color CSS Codes

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

#447efa Text Font Color

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

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


#447efa Background Color

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

This div background color is #447efa


#447efa Border Color

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

This div border color is #447efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447efa


Comments

No comments written yet.

Please login to write comment.