Color Hex Logo

#447bdc Color Hex

#447BDC
(68,123,220)
0 Favorites   0 Comments

Color spaces of #447bdc

RGB 68123220
HSL0.610.680.56
HSV218°69°86°
CMYK 0.690.440.00   0.14
XYZ22.385120.562270.4992
Yxy20.56220.19730.1813
Hunter Lab45.34568.7628-60.4369
CIE-Lab52.467013.6597-54.9768

#447bdc color RGB value is (68,123,220).

#447bdc hex color red value is 68, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #447bdc hue: 0.61 , saturation: 0.68 and the lightness value of 447bdc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 11011100
Octal 104 173 334
Decimal 68 123 220
Hex 44 7B DC

RGB Percentages of Color #447bdc

%16.55
%29.93
%53.53

CMYK Percentages of Color #447bdc

%69
%44
%0
%14

Triadic Colors of #447bdc

#447bdc #dc447b #7bdc44

Analogous Colors of #447bdc

#447bdc #5944dc #44c7dc

Monochromatic Colors of #447bdc

#447bdc

Complementary Color

#447bdc #dca544

#447bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bdc Color CSS Codes

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

#447bdc Text Font Color

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

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


#447bdc Background Color

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

This div background color is #447bdc


#447bdc Border Color

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

This div border color is #447bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bdc


Comments

No comments written yet.

Please login to write comment.