Color Hex Logo

#447bff Color Hex

#447BFF
(68,123,255)
0 Favorites   0 Comments

Color spaces of #447bff

RGB 68123255
HSL0.621.000.63
HSV222°73°100°
CMYK 0.730.520.00   0.00
XYZ27.516922.614997.5226
Yxy22.61490.18640.1532
Hunter Lab47.555120.0643-88.2990
CIE-Lab54.673426.1413-70.9365

#447bff color RGB value is (68,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 11111111
Octal 104 173 377
Decimal 68 123 255
Hex 44 7B FF

RGB Percentages of Color #447bff

%15.25
%27.58
%57.17

CMYK Percentages of Color #447bff

%73
%52
%0
%0

Triadic Colors of #447bff

#447bff #ff447b #7bff44

Analogous Colors of #447bff

#447bff #6b44ff #44d9ff

Monochromatic Colors of #447bff

#447bff

Complementary Color

#447bff #ffc844

#447bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bff Color CSS Codes

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

#447bff Text Font Color

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

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


#447bff Background Color

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

This div background color is #447bff


#447bff Border Color

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

This div border color is #447bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bff


Comments

No comments written yet.

Please login to write comment.