Color Hex Logo

#448dfb Color Hex

#448DFB
(68,141,251)
0 Favorites   0 Comments

Color spaces of #448dfb

RGB 68141251
HSL0.600.960.63
HSV216°73°98°
CMYK 0.730.440.00   0.02
XYZ29.321427.243794.9800
Yxy27.24370.19350.1798
Hunter Lab52.19558.9322-71.3530
CIE-Lab59.199213.7114-61.4432

#448dfb color RGB value is (68,141,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001101 11111011
Octal 104 215 373
Decimal 68 141 251
Hex 44 8D FB

RGB Percentages of Color #448dfb

%14.78
%30.65
%54.57

CMYK Percentages of Color #448dfb

%73
%44
%0
%2

Triadic Colors of #448dfb

#448dfb #fb448d #8dfb44

Analogous Colors of #448dfb

#448dfb #5644fb #44e9fb

Monochromatic Colors of #448dfb

#448dfb

Complementary Color

#448dfb #fbb244

#448dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448dfb Color CSS Codes

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

#448dfb Text Font Color

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

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


#448dfb Background Color

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

This div background color is #448dfb


#448dfb Border Color

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

This div border color is #448dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.