Color Hex Logo

#448feb Color Hex

#448FEB
(68,143,235)
0 Favorites   0 Comments

Color spaces of #448feb

RGB 68143235
HSL0.590.810.59
HSV213°71°92°
CMYK 0.710.390.00   0.08
XYZ27.201826.872082.3504
Yxy26.87200.19940.1970
Hunter Lab51.83822.9500-57.9016
CIE-Lab58.85576.8470-53.1596

#448feb color RGB value is (68,143,235).

#448feb hex color red value is 68, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #448feb hue: 0.59 , saturation: 0.81 and the lightness value of 448feb is 0.59.

The process color (four color CMYK) of #448feb color hex is 0.71, 0.39, 0.00, 0.08. Web safe color of #448feb is #3399ff. Color #448feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001111 11101011
Octal 104 217 353
Decimal 68 143 235
Hex 44 8F EB

RGB Percentages of Color #448feb

%15.25
%32.06
%52.69

CMYK Percentages of Color #448feb

%71
%39
%0
%8

Triadic Colors of #448feb

#448feb #eb448f #8feb44

Analogous Colors of #448feb

#448feb #4d44eb #44e3eb

Monochromatic Colors of #448feb

#448feb

Complementary Color

#448feb #eba044

#448feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448feb Color CSS Codes

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

#448feb Text Font Color

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

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


#448feb Background Color

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

This div background color is #448feb


#448feb Border Color

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

This div border color is #448feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448feb


Comments

No comments written yet.

Please login to write comment.