Color Hex Logo

#4450cc Color Hex

#4450CC
(68,80,204)
0 Favorites   0 Comments

Color spaces of #4450cc

RGB 6880204
HSL0.650.570.53
HSV235°67°80°
CMYK 0.670.610.00   0.20
XYZ16.151611.325958.4616
Yxy11.32590.18790.1318
Hunter Lab33.654026.7733-79.4371
CIE-Lab40.124035.0324-65.7894

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010000 11001100
Octal 104 120 314
Decimal 68 80 204
Hex 44 50 CC

RGB Percentages of Color #4450cc

%19.32
%22.73
%57.95

CMYK Percentages of Color #4450cc

%67
%61
%0
%20

Triadic Colors of #4450cc

#4450cc #cc4450 #50cc44

Analogous Colors of #4450cc

#4450cc #7c44cc #4494cc

Monochromatic Colors of #4450cc

#4450cc

Complementary Color

#4450cc #ccc044

#4450cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4450cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4450cc Color CSS Codes

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

#4450cc Text Font Color

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

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


#4450cc Background Color

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

This div background color is #4450cc


#4450cc Border Color

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

This div border color is #4450cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4450cc


Comments

No comments written yet.

Please login to write comment.