Color Hex Logo

#445cca Color Hex

#445CCA
(68,92,202)
0 Favorites   0 Comments

Color spaces of #445cca

RGB 6892202
HSL0.640.560.53
HSV229°66°79°
CMYK 0.660.540.00   0.21
XYZ16.871713.147557.5256
Yxy13.14750.19270.1502
Hunter Lab36.259519.6028-68.6818
CIE-Lab42.984726.7583-59.9851

#445cca color RGB value is (68,92,202).

#445cca hex color red value is 68, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #445cca hue: 0.64 , saturation: 0.56 and the lightness value of 445cca is 0.53.

The process color (four color CMYK) of #445cca color hex is 0.66, 0.54, 0.00, 0.21. Web safe color of #445cca is #3366cc. Color #445cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011100 11001010
Octal 104 134 312
Decimal 68 92 202
Hex 44 5C CA

RGB Percentages of Color #445cca

%18.78
%25.41
%55.80

CMYK Percentages of Color #445cca

%66
%54
%0
%21

Triadic Colors of #445cca

#445cca #ca445c #5cca44

Analogous Colors of #445cca

#445cca #6f44ca #449fca

Monochromatic Colors of #445cca

#445cca

Complementary Color

#445cca #cab244

#445cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#445cca Color CSS Codes

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

#445cca Text Font Color

<p style="color:#445cca">Text here</p>

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


#445cca Background Color

<div style="background-color:#445cca">
Div content here</div>

This div background color is #445cca


#445cca Border Color

<div style="border:3px solid #445cca">
Div here</div>

This div border color is #445cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,92,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #445cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #445cca;
  -webkit-box-shadow: 1px 1px 3px 2px #445cca;
  box-shadow:         1px 1px 3px 2px #445cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445cca


Comments

No comments written yet.

Please login to write comment.