Color Hex Logo

#448bcc Color Hex

#448BCC
(68,139,204)
0 Favorites   0 Comments

Color spaces of #448bcc

RGB 68139204
HSL0.580.570.53
HSV209°67°80°
CMYK 0.670.320.00   0.20
XYZ22.515624.053860.5829
Yxy24.05380.21010.2245
Hunter Lab49.0447-3.8818-38.9073
CIE-Lab56.1416-1.5804-40.1157

#448bcc color RGB value is (68,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 11001100
Octal 104 213 314
Decimal 68 139 204
Hex 44 8B CC

RGB Percentages of Color #448bcc

%16.55
%33.82
%49.64

CMYK Percentages of Color #448bcc

%67
%32
%0
%20

Triadic Colors of #448bcc

#448bcc #cc448b #8bcc44

Analogous Colors of #448bcc

#448bcc #4447cc #44ccc9

Monochromatic Colors of #448bcc

#448bcc

Complementary Color

#448bcc #cc8544

#448bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#448bcc Color CSS Codes

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

#448bcc Text Font Color

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

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


#448bcc Background Color

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

This div background color is #448bcc


#448bcc Border Color

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

This div border color is #448bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448bcc


Comments

No comments written yet.

Please login to write comment.