Color Hex Logo

#448fcc Color Hex

#448FCC
(68,143,204)
0 Favorites   0 Comments

Color spaces of #448fcc

RGB 68143204
HSL0.570.570.53
HSV207°67°80°
CMYK 0.670.300.00   0.20
XYZ23.105425.233560.7795
Yxy25.23350.21170.2312
Hunter Lab50.2330-5.8039-36.5750
CIE-Lab57.3022-3.9049-38.2924

#448fcc color RGB value is (68,143,204).

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

The process color (four color CMYK) of #448fcc color hex is 0.67, 0.30, 0.00, 0.20. Web safe color of #448fcc is #3399cc. Color #448fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001111 11001100
Octal 104 217 314
Decimal 68 143 204
Hex 44 8F CC

RGB Percentages of Color #448fcc

%16.39
%34.46
%49.16

CMYK Percentages of Color #448fcc

%67
%30
%0
%20

Triadic Colors of #448fcc

#448fcc #cc448f #8fcc44

Analogous Colors of #448fcc

#448fcc #444bcc #44ccc5

Monochromatic Colors of #448fcc

#448fcc

Complementary Color

#448fcc #cc8144

#448fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#448fcc Color CSS Codes

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

#448fcc Text Font Color

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

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


#448fcc Background Color

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

This div background color is #448fcc


#448fcc Border Color

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

This div border color is #448fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448fcc

#448fcc Color Palettes


Comments

No comments written yet.

Please login to write comment.