Color Hex Logo

#446efb Color Hex

#446EFB
(68,110,251)
0 Favorites   0 Comments

Color spaces of #446efb

RGB 68110251
HSL0.630.960.63
HSV226°73°98°
CMYK 0.730.560.00   0.02
XYZ25.372419.345893.6636
Yxy19.34580.18340.1398
Hunter Lab43.983925.9972-95.4693
CIE-Lab51.089332.7638-74.5388

#446efb color RGB value is (68,110,251).

#446efb hex color red value is 68, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #446efb hue: 0.63 , saturation: 0.96 and the lightness value of 446efb is 0.63.

The process color (four color CMYK) of #446efb color hex is 0.73, 0.56, 0.00, 0.02. Web safe color of #446efb is #3366ff. Color #446efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 11111011
Octal 104 156 373
Decimal 68 110 251
Hex 44 6E FB

RGB Percentages of Color #446efb

%15.85
%25.64
%58.51

CMYK Percentages of Color #446efb

%73
%56
%0
%2

Triadic Colors of #446efb

#446efb #fb446e #6efb44

Analogous Colors of #446efb

#446efb #7644fb #44cafb

Monochromatic Colors of #446efb

#446efb

Complementary Color

#446efb #fbd144

#446efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#446efb Color CSS Codes

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

#446efb Text Font Color

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

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


#446efb Background Color

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

This div background color is #446efb


#446efb Border Color

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

This div border color is #446efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446efb


Comments

No comments written yet.

Please login to write comment.