Color Hex Logo

#446bed Color Hex

#446BED
(68,107,237)
0 Favorites   0 Comments

Color spaces of #446bed

RGB 68107237
HSL0.630.820.60
HSV226°71°93°
CMYK 0.710.550.00   0.07
XYZ22.927717.858882.3594
Yxy17.85880.18620.1450
Hunter Lab42.259722.8895-85.9678
CIE-Lab49.324429.6803-69.5994

#446bed color RGB value is (68,107,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101011 11101101
Octal 104 153 355
Decimal 68 107 237
Hex 44 6B ED

RGB Percentages of Color #446bed

%16.50
%25.97
%57.52

CMYK Percentages of Color #446bed

%71
%55
%0
%7

Triadic Colors of #446bed

#446bed #ed446b #6bed44

Analogous Colors of #446bed

#446bed #7244ed #44c0ed

Monochromatic Colors of #446bed

#446bed

Complementary Color

#446bed #edc644

#446bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#446bed Color CSS Codes

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

#446bed Text Font Color

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

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


#446bed Background Color

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

This div background color is #446bed


#446bed Border Color

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

This div border color is #446bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446bed


Comments

No comments written yet.

Please login to write comment.