Color Hex Logo

#448abf Color Hex

#448ABF
(68,138,191)
0 Favorites   0 Comments

Color spaces of #448abf

RGB 68138191
HSL0.570.490.51
HSV206°64°75°
CMYK 0.640.280.00   0.25
XYZ20.876323.167552.6617
Yxy23.16750.21590.2396
Hunter Lab48.1326-6.8123-31.1761
CIE-Lab55.2445-5.4115-34.1558

#448abf color RGB value is (68,138,191).

#448abf hex color red value is 68, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #448abf hue: 0.57 , saturation: 0.49 and the lightness value of 448abf is 0.51.

The process color (four color CMYK) of #448abf color hex is 0.64, 0.28, 0.00, 0.25. Web safe color of #448abf is #3399cc. Color #448abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 10111111
Octal 104 212 277
Decimal 68 138 191
Hex 44 8A BF

RGB Percentages of Color #448abf

%17.13
%34.76
%48.11

CMYK Percentages of Color #448abf

%64
%28
%0
%25

Triadic Colors of #448abf

#448abf #bf448a #8abf44

Analogous Colors of #448abf

#448abf #444dbf #44bfb7

Monochromatic Colors of #448abf

#448abf

Complementary Color

#448abf #bf7944

#448abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#448abf Color CSS Codes

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

#448abf Text Font Color

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

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


#448abf Background Color

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

This div background color is #448abf


#448abf Border Color

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

This div border color is #448abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448abf


Comments

No comments written yet.

Please login to write comment.