Color Hex Logo

#448eff Color Hex

#448EFF
(68,142,255)
0 Favorites   0 Comments

Color spaces of #448eff

RGB 68142255
HSL0.601.000.63
HSV216°73°100°
CMYK 0.730.440.00   0.00
XYZ30.106927.794998.3859
Yxy27.79490.19260.1778
Hunter Lab52.72099.6731-73.7404
CIE-Lab59.703014.5303-62.8321

#448eff color RGB value is (68,142,255).

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

The process color (four color CMYK) of #448eff color hex is 0.73, 0.44, 0.00, 0.00. Web safe color of #448eff is #3399ff. Color #448eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 11111111
Octal 104 216 377
Decimal 68 142 255
Hex 44 8E FF

RGB Percentages of Color #448eff

%14.62
%30.54
%54.84

CMYK Percentages of Color #448eff

%73
%44
%0
%0

Triadic Colors of #448eff

#448eff #ff448e #8eff44

Analogous Colors of #448eff

#448eff #5744ff #44ecff

Monochromatic Colors of #448eff

#448eff

Complementary Color

#448eff #ffb544

#448eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#448eff Color CSS Codes

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

#448eff Text Font Color

<p style="color:#448eff">Text here</p>

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


#448eff Background Color

<div style="background-color:#448eff">
Div content here</div>

This div background color is #448eff


#448eff Border Color

<div style="border:3px solid #448eff">
Div here</div>

This div border color is #448eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448eff


Comments

No comments written yet.

Please login to write comment.