Color Hex Logo

#445bdd Color Hex

#445BDD
(68,91,221)
0 Favorites   0 Comments

Color spaces of #445bdd

RGB 6891221
HSL0.640.690.57
HSV231°69°87°
CMYK 0.690.590.00   0.13
XYZ19.176113.931670.0850
Yxy13.93160.18580.1350
Hunter Lab37.325126.3872-85.2009
CIE-Lab44.134734.0528-69.0033

#445bdd color RGB value is (68,91,221).

#445bdd hex color red value is 68, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #445bdd hue: 0.64 , saturation: 0.69 and the lightness value of 445bdd is 0.57.

The process color (four color CMYK) of #445bdd color hex is 0.69, 0.59, 0.00, 0.13. Web safe color of #445bdd is #3366cc. Color #445bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011011 11011101
Octal 104 133 335
Decimal 68 91 221
Hex 44 5B DD

RGB Percentages of Color #445bdd

%17.89
%23.95
%58.16

CMYK Percentages of Color #445bdd

%69
%59
%0
%13

Triadic Colors of #445bdd

#445bdd #dd445b #5bdd44

Analogous Colors of #445bdd

#445bdd #7a44dd #44a8dd

Monochromatic Colors of #445bdd

#445bdd

Complementary Color

#445bdd #ddc644

#445bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#445bdd Color CSS Codes

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

#445bdd Text Font Color

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

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


#445bdd Background Color

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

This div background color is #445bdd


#445bdd Border Color

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

This div border color is #445bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445bdd


Comments

No comments written yet.

Please login to write comment.