Color Hex Logo

#447dde Color Hex

#447DDE
(68,125,222)
0 Favorites   0 Comments

Color spaces of #447dde

RGB 68125222
HSL0.600.700.57
HSV218°69°87°
CMYK 0.690.440.00   0.13
XYZ22.902321.170171.9864
Yxy21.17010.19730.1824
Hunter Lab46.01108.3305-60.5544
CIE-Lab53.135213.1396-55.0330

#447dde color RGB value is (68,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 11011110
Octal 104 175 336
Decimal 68 125 222
Hex 44 7D DE

RGB Percentages of Color #447dde

%16.39
%30.12
%53.49

CMYK Percentages of Color #447dde

%69
%44
%0
%13

Triadic Colors of #447dde

#447dde #de447d #7dde44

Analogous Colors of #447dde

#447dde #5844de #44cade

Monochromatic Colors of #447dde

#447dde

Complementary Color

#447dde #dea544

#447dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#447dde Color CSS Codes

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

#447dde Text Font Color

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

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


#447dde Background Color

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

This div background color is #447dde


#447dde Border Color

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

This div border color is #447dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447dde


Comments

No comments written yet.

Please login to write comment.