Color Hex Logo

#448efb Color Hex

#448EFB
(68,142,251)
0 Favorites   0 Comments

Color spaces of #448efb

RGB 68142251
HSL0.600.960.63
HSV216°73°98°
CMYK 0.730.430.00   0.02
XYZ29.469527.540095.0293
Yxy27.54000.19380.1811
Hunter Lab52.47868.3997-70.6286
CIE-Lab59.470913.1084-61.0080

#448efb color RGB value is (68,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 11111011
Octal 104 216 373
Decimal 68 142 251
Hex 44 8E FB

RGB Percentages of Color #448efb

%14.75
%30.80
%54.45

CMYK Percentages of Color #448efb

%73
%43
%0
%2

Triadic Colors of #448efb

#448efb #fb448e #8efb44

Analogous Colors of #448efb

#448efb #5544fb #44eafb

Monochromatic Colors of #448efb

#448efb

Complementary Color

#448efb #fbb144

#448efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448efb Color CSS Codes

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

#448efb Text Font Color

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

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


#448efb Background Color

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

This div background color is #448efb


#448efb Border Color

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

This div border color is #448efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448efb

Related Colors


Comments

No comments written yet.

Please login to write comment.