Color Hex Logo

#447ded Color Hex

#447DED
(68,125,237)
0 Favorites   0 Comments

Color spaces of #447ded

RGB 68125237
HSL0.610.820.60
HSV220°71°93°
CMYK 0.710.470.00   0.07
XYZ25.003622.010683.0514
Yxy22.01060.19220.1692
Hunter Lab46.915513.0296-72.1164
CIE-Lab54.038218.4856-61.9810

#447ded color RGB value is (68,125,237).

#447ded hex color red value is 68, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #447ded hue: 0.61 , saturation: 0.82 and the lightness value of 447ded is 0.60.

The process color (four color CMYK) of #447ded color hex is 0.71, 0.47, 0.00, 0.07. Web safe color of #447ded is #3366ff. Color #447ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 11101101
Octal 104 175 355
Decimal 68 125 237
Hex 44 7D ED

RGB Percentages of Color #447ded

%15.81
%29.07
%55.12

CMYK Percentages of Color #447ded

%71
%47
%0
%7

Triadic Colors of #447ded

#447ded #ed447d #7ded44

Analogous Colors of #447ded

#447ded #6044ed #44d2ed

Monochromatic Colors of #447ded

#447ded

Complementary Color

#447ded #edb444

#447ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#447ded Color CSS Codes

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

#447ded Text Font Color

<p style="color:#447ded">Text here</p>

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


#447ded Background Color

<div style="background-color:#447ded">
Div content here</div>

This div background color is #447ded


#447ded Border Color

<div style="border:3px solid #447ded">
Div here</div>

This div border color is #447ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,125,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447ded;
  -webkit-box-shadow: 1px 1px 3px 2px #447ded;
  box-shadow:         1px 1px 3px 2px #447ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447ded


Comments

No comments written yet.

Please login to write comment.