Color Hex Logo

#446bee Color Hex

#446BEE
(68,107,238)
0 Favorites   0 Comments

Color spaces of #446bee

RGB 68107238
HSL0.630.830.60
HSV226°71°93°
CMYK 0.710.550.00   0.07
XYZ23.074217.917483.1312
Yxy17.91740.18590.1444
Hunter Lab42.328923.2276-86.8113
CIE-Lab49.395830.0342-70.0438

#446bee color RGB value is (68,107,238).

#446bee hex color red value is 68, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #446bee hue: 0.63 , saturation: 0.83 and the lightness value of 446bee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101011 11101110
Octal 104 153 356
Decimal 68 107 238
Hex 44 6B EE

RGB Percentages of Color #446bee

%16.46
%25.91
%57.63

CMYK Percentages of Color #446bee

%71
%55
%0
%7

Triadic Colors of #446bee

#446bee #ee446b #6bee44

Analogous Colors of #446bee

#446bee #7244ee #44c0ee

Monochromatic Colors of #446bee

#446bee

Complementary Color

#446bee #eec744

#446bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#446bee Color CSS Codes

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

#446bee Text Font Color

<p style="color:#446bee">Text here</p>

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


#446bee Background Color

<div style="background-color:#446bee">
Div content here</div>

This div background color is #446bee


#446bee Border Color

<div style="border:3px solid #446bee">
Div here</div>

This div border color is #446bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,107,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446bee;
  -webkit-box-shadow: 1px 1px 3px 2px #446bee;
  box-shadow:         1px 1px 3px 2px #446bee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446bee


Comments

No comments written yet.

Please login to write comment.