Color Hex Logo

#448dfc Color Hex

#448DFC
(68,141,252)
0 Favorites   0 Comments

Color spaces of #448dfc

RGB 68141252
HSL0.600.970.63
HSV216°73°99°
CMYK 0.730.440.00   0.01
XYZ29.479527.307095.8125
Yxy27.30700.19320.1789
Hunter Lab52.25619.2499-72.1300
CIE-Lab59.257414.0667-61.8996

#448dfc color RGB value is (68,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001101 11111100
Octal 104 215 374
Decimal 68 141 252
Hex 44 8D FC

RGB Percentages of Color #448dfc

%14.75
%30.59
%54.66

CMYK Percentages of Color #448dfc

%73
%44
%0
%1

Triadic Colors of #448dfc

#448dfc #fc448d #8dfc44

Analogous Colors of #448dfc

#448dfc #5744fc #44e9fc

Monochromatic Colors of #448dfc

#448dfc

Complementary Color

#448dfc #fcb344

#448dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#448dfc Color CSS Codes

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

#448dfc Text Font Color

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

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


#448dfc Background Color

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

This div background color is #448dfc


#448dfc Border Color

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

This div border color is #448dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448dfc


Comments

No comments written yet.

Please login to write comment.