Color Hex Logo

#447bec Color Hex

#447BEC
(68,123,236)
0 Favorites   0 Comments

Color spaces of #447bec

RGB 68123236
HSL0.610.820.60
HSV220°71°93°
CMYK 0.710.480.00   0.07
XYZ24.607221.451082.2004
Yxy21.45100.19190.1672
Hunter Lab46.315213.7851-72.8074
CIE-Lab53.439619.3639-62.3869

#447bec color RGB value is (68,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 11101100
Octal 104 173 354
Decimal 68 123 236
Hex 44 7B EC

RGB Percentages of Color #447bec

%15.93
%28.81
%55.27

CMYK Percentages of Color #447bec

%71
%48
%0
%7

Triadic Colors of #447bec

#447bec #ec447b #7bec44

Analogous Colors of #447bec

#447bec #6144ec #44cfec

Monochromatic Colors of #447bec

#447bec

Complementary Color

#447bec #ecb544

#447bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bec Color CSS Codes

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

#447bec Text Font Color

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

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


#447bec Background Color

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

This div background color is #447bec


#447bec Border Color

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

This div border color is #447bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bec


Comments

No comments written yet.

Please login to write comment.