Color Hex Logo

#447cbd Color Hex

#447CBD
(68,124,189)
0 Favorites   0 Comments

Color spaces of #447cbd

RGB 68124189
HSL0.590.480.50
HSV212°64°74°
CMYK 0.640.340.00   0.26
XYZ18.776919.318450.8833
Yxy19.31840.21100.2171
Hunter Lab43.9527-0.6608-37.8721
CIE-Lab51.05772.1632-39.5869

#447cbd color RGB value is (68,124,189).

#447cbd hex color red value is 68, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #447cbd hue: 0.59 , saturation: 0.48 and the lightness value of 447cbd is 0.50.

The process color (four color CMYK) of #447cbd color hex is 0.64, 0.34, 0.00, 0.26. Web safe color of #447cbd is #3366cc. Color #447cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111100 10111101
Octal 104 174 275
Decimal 68 124 189
Hex 44 7C BD

RGB Percentages of Color #447cbd

%17.85
%32.55
%49.61

CMYK Percentages of Color #447cbd

%64
%34
%0
%26

Triadic Colors of #447cbd

#447cbd #bd447c #7cbd44

Analogous Colors of #447cbd

#447cbd #4844bd #44b9bd

Monochromatic Colors of #447cbd

#447cbd

Complementary Color

#447cbd #bd8544

#447cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#447cbd Color CSS Codes

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

#447cbd Text Font Color

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

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


#447cbd Background Color

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

This div background color is #447cbd


#447cbd Border Color

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

This div border color is #447cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447cbd


Comments

No comments written yet.

Please login to write comment.