Color Hex Logo

#448cff Color Hex

#448CFF
(68,140,255)
0 Favorites   0 Comments

Color spaces of #448cff

RGB 68140255
HSL0.601.000.63
HSV217°73°100°
CMYK 0.730.450.00   0.00
XYZ29.812027.205198.2876
Yxy27.20510.19200.1752
Hunter Lab52.158510.7470-75.2152
CIE-Lab59.163715.7384-63.6975

#448cff color RGB value is (68,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001100 11111111
Octal 104 214 377
Decimal 68 140 255
Hex 44 8C FF

RGB Percentages of Color #448cff

%14.69
%30.24
%55.08

CMYK Percentages of Color #448cff

%73
%45
%0
%0

Triadic Colors of #448cff

#448cff #ff448c #8cff44

Analogous Colors of #448cff

#448cff #5944ff #44eaff

Monochromatic Colors of #448cff

#448cff

Complementary Color

#448cff #ffb744

#448cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#448cff Color CSS Codes

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

#448cff Text Font Color

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

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


#448cff Background Color

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

This div background color is #448cff


#448cff Border Color

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

This div border color is #448cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448cff


Comments

No comments written yet.

Please login to write comment.