Color Hex Logo

#445edd Color Hex

#445EDD
(68,94,221)
0 Favorites   0 Comments

Color spaces of #445edd

RGB 6894221
HSL0.640.690.57
HSV230°69°87°
CMYK 0.690.570.00   0.13
XYZ19.437714.454870.1722
Yxy14.45480.18680.1389
Hunter Lab38.019524.7252-82.8174
CIE-Lab44.878232.1754-67.7929

#445edd color RGB value is (68,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011110 11011101
Octal 104 136 335
Decimal 68 94 221
Hex 44 5E DD

RGB Percentages of Color #445edd

%17.75
%24.54
%57.70

CMYK Percentages of Color #445edd

%69
%57
%0
%13

Triadic Colors of #445edd

#445edd #dd445e #5edd44

Analogous Colors of #445edd

#445edd #7744dd #44abdd

Monochromatic Colors of #445edd

#445edd

Complementary Color

#445edd #ddc344

#445edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#445edd Color CSS Codes

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

#445edd Text Font Color

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

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


#445edd Background Color

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

This div background color is #445edd


#445edd Border Color

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

This div border color is #445edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445edd


Comments

No comments written yet.

Please login to write comment.