Color Hex Logo

#448bfa Color Hex

#448BFA
(68,139,250)
0 Favorites   0 Comments

Color spaces of #448bfa

RGB 68139250
HSL0.600.950.62
HSV217°73°98°
CMYK 0.730.440.00   0.02
XYZ28.871826.596394.0544
Yxy26.59630.19310.1779
Hunter Lab51.57169.6810-72.0308
CIE-Lab58.598814.5638-61.8557

#448bfa color RGB value is (68,139,250).

#448bfa hex color red value is 68, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #448bfa hue: 0.60 , saturation: 0.95 and the lightness value of 448bfa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 11111010
Octal 104 213 372
Decimal 68 139 250
Hex 44 8B FA

RGB Percentages of Color #448bfa

%14.88
%30.42
%54.70

CMYK Percentages of Color #448bfa

%73
%44
%0
%2

Triadic Colors of #448bfa

#448bfa #fa448b #8bfa44

Analogous Colors of #448bfa

#448bfa #5844fa #44e6fa

Monochromatic Colors of #448bfa

#448bfa

Complementary Color

#448bfa #fab344

#448bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#448bfa Color CSS Codes

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

#448bfa Text Font Color

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

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


#448bfa Background Color

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

This div background color is #448bfa


#448bfa Border Color

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

This div border color is #448bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448bfa


Comments

No comments written yet.

Please login to write comment.