Color Hex Logo

#448bdf Color Hex

#448BDF
(68,139,223)
0 Favorites   0 Comments

Color spaces of #448bdf

RGB 68139223
HSL0.590.710.57
HSV213°70°87°
CMYK 0.700.380.00   0.13
XYZ24.935825.021973.3275
Yxy25.02190.20230.2030
Hunter Lab50.02191.4435-51.8984
CIE-Lab57.09685.0125-49.2780

#448bdf color RGB value is (68,139,223).

#448bdf hex color red value is 68, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #448bdf hue: 0.59 , saturation: 0.71 and the lightness value of 448bdf is 0.57.

The process color (four color CMYK) of #448bdf color hex is 0.70, 0.38, 0.00, 0.13. Web safe color of #448bdf is #3399cc. Color #448bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 11011111
Octal 104 213 337
Decimal 68 139 223
Hex 44 8B DF

RGB Percentages of Color #448bdf

%15.81
%32.33
%51.86

CMYK Percentages of Color #448bdf

%70
%38
%0
%13

Triadic Colors of #448bdf

#448bdf #df448b #8bdf44

Analogous Colors of #448bdf

#448bdf #4a44df #44d9df

Monochromatic Colors of #448bdf

#448bdf

Complementary Color

#448bdf #df9844

#448bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#448bdf Color CSS Codes

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

#448bdf Text Font Color

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

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


#448bdf Background Color

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

This div background color is #448bdf


#448bdf Border Color

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

This div border color is #448bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448bdf


Comments

No comments written yet.

Please login to write comment.