Color Hex Logo

#448cbf Color Hex

#448CBF
(68,140,191)
0 Favorites   0 Comments

Color spaces of #448cbf

RGB 68140191
HSL0.570.490.51
HSV205°64°75°
CMYK 0.640.270.00   0.25
XYZ21.165923.746752.7582
Yxy23.74670.21670.2431
Hunter Lab48.7306-7.7479-30.0789
CIE-Lab55.8333-6.5610-33.2364

#448cbf color RGB value is (68,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001100 10111111
Octal 104 214 277
Decimal 68 140 191
Hex 44 8C BF

RGB Percentages of Color #448cbf

%17.04
%35.09
%47.87

CMYK Percentages of Color #448cbf

%64
%27
%0
%25

Triadic Colors of #448cbf

#448cbf #bf448c #8cbf44

Analogous Colors of #448cbf

#448cbf #444ebf #44bfb5

Monochromatic Colors of #448cbf

#448cbf

Complementary Color

#448cbf #bf7744

#448cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#448cbf Color CSS Codes

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

#448cbf Text Font Color

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

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


#448cbf Background Color

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

This div background color is #448cbf


#448cbf Border Color

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

This div border color is #448cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,140,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 #448cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448cbf


Comments

No comments written yet.

Please login to write comment.