Color Hex Logo

#447bef Color Hex

#447BEF
(68,123,239)
0 Favorites   0 Comments

Color spaces of #447bef

RGB 68123239
HSL0.610.840.60
HSV221°72°94°
CMYK 0.720.490.00   0.06
XYZ25.046821.626984.5156
Yxy21.62690.19090.1649
Hunter Lab46.504714.7543-75.1977
CIE-Lab53.628920.4345-63.7545

#447bef color RGB value is (68,123,239).

#447bef hex color red value is 68, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #447bef hue: 0.61 , saturation: 0.84 and the lightness value of 447bef is 0.60.

The process color (four color CMYK) of #447bef color hex is 0.72, 0.49, 0.00, 0.06. Web safe color of #447bef is #3366ff. Color #447bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 11101111
Octal 104 173 357
Decimal 68 123 239
Hex 44 7B EF

RGB Percentages of Color #447bef

%15.81
%28.60
%55.58

CMYK Percentages of Color #447bef

%72
%49
%0
%6

Triadic Colors of #447bef

#447bef #ef447b #7bef44

Analogous Colors of #447bef

#447bef #6344ef #44d1ef

Monochromatic Colors of #447bef

#447bef

Complementary Color

#447bef #efb844

#447bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bef Color CSS Codes

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

#447bef Text Font Color

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

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


#447bef Background Color

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

This div background color is #447bef


#447bef Border Color

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

This div border color is #447bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bef


Comments

No comments written yet.

Please login to write comment.