Color Hex Logo

#447dee Color Hex

#447DEE
(68,125,238)
0 Favorites   0 Comments

Color spaces of #447dee

RGB 68125238
HSL0.610.830.60
HSV220°71°93°
CMYK 0.710.470.00   0.07
XYZ25.150122.069283.8232
Yxy22.06920.19190.1684
Hunter Lab46.977913.3506-72.9074
CIE-Lab54.100318.8424-62.4383

#447dee color RGB value is (68,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 11101110
Octal 104 175 356
Decimal 68 125 238
Hex 44 7D EE

RGB Percentages of Color #447dee

%15.78
%29.00
%55.22

CMYK Percentages of Color #447dee

%71
%47
%0
%7

Triadic Colors of #447dee

#447dee #ee447d #7dee44

Analogous Colors of #447dee

#447dee #6044ee #44d2ee

Monochromatic Colors of #447dee

#447dee

Complementary Color

#447dee #eeb544

#447dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#447dee Color CSS Codes

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

#447dee Text Font Color

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

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


#447dee Background Color

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

This div background color is #447dee


#447dee Border Color

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

This div border color is #447dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447dee


Comments

No comments written yet.

Please login to write comment.