Color Hex Logo

#447eed Color Hex

#447EED
(68,126,237)
0 Favorites   0 Comments

Color spaces of #447eed

RGB 68126237
HSL0.610.820.60
HSV219°71°93°
CMYK 0.710.470.00   0.07
XYZ25.130822.265183.0938
Yxy22.26510.19260.1706
Hunter Lab47.185912.4922-71.3788
CIE-Lab54.307217.8688-61.5485

#447eed color RGB value is (68,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111110 11101101
Octal 104 176 355
Decimal 68 126 237
Hex 44 7E ED

RGB Percentages of Color #447eed

%15.78
%29.23
%54.99

CMYK Percentages of Color #447eed

%71
%47
%0
%7

Triadic Colors of #447eed

#447eed #ed447e #7eed44

Analogous Colors of #447eed

#447eed #5f44ed #44d3ed

Monochromatic Colors of #447eed

#447eed

Complementary Color

#447eed #edb344

#447eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#447eed Color CSS Codes

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

#447eed Text Font Color

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

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


#447eed Background Color

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

This div background color is #447eed


#447eed Border Color

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

This div border color is #447eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447eed


Comments

No comments written yet.

Please login to write comment.