Color Hex Logo

#4444cc Color Hex

#4444CC
(68,68,204)
0 Favorites   0 Comments

Color spaces of #4444cc

RGB 6868204
HSL0.670.570.53
HSV240°67°80°
CMYK 0.670.670.00   0.20
XYZ15.35019.722858.1944
Yxy9.72280.18430.1168
Hunter Lab31.181433.3052-88.8270
CIE-Lab37.340342.3725-70.3410

#4444cc color RGB value is (68,68,204).

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

The process color (four color CMYK) of #4444cc color hex is 0.67, 0.67, 0.00, 0.20. Web safe color of #4444cc is #3333cc. Color #4444cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000100 11001100
Octal 104 104 314
Decimal 68 68 204
Hex 44 44 CC

RGB Percentages of Color #4444cc

%20.00
%20.00
%60.00

CMYK Percentages of Color #4444cc

%67
%67
%0
%20

Triadic Colors of #4444cc

#4444cc #cc4444 #44cc44

Analogous Colors of #4444cc

#4444cc #8844cc #4488cc

Monochromatic Colors of #4444cc

#4444cc

Complementary Color

#4444cc #cccc44

#4444cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4444cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4444cc Color CSS Codes

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

#4444cc Text Font Color

<p style="color:#4444cc">Text here</p>

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


#4444cc Background Color

<div style="background-color:#4444cc">
Div content here</div>

This div background color is #4444cc


#4444cc Border Color

<div style="border:3px solid #4444cc">
Div here</div>

This div border color is #4444cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4444cc


Comments

No comments written yet.

Please login to write comment.