Color Hex Logo

#446cfc Color Hex

#446CFC
(68,108,252)
0 Favorites   0 Comments

Color spaces of #446cfc

RGB 68108252
HSL0.630.970.63
HSV227°73°99°
CMYK 0.730.570.00   0.01
XYZ25.317118.982394.4251
Yxy18.98230.18250.1368
Hunter Lab43.568727.4785-97.9994
CIE-Lab50.666534.3524-75.7820

#446cfc color RGB value is (68,108,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101100 11111100
Octal 104 154 374
Decimal 68 108 252
Hex 44 6C FC

RGB Percentages of Color #446cfc

%15.89
%25.23
%58.88

CMYK Percentages of Color #446cfc

%73
%57
%0
%1

Triadic Colors of #446cfc

#446cfc #fc446c #6cfc44

Analogous Colors of #446cfc

#446cfc #7844fc #44c8fc

Monochromatic Colors of #446cfc

#446cfc

Complementary Color

#446cfc #fcd444

#446cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#446cfc Color CSS Codes

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

#446cfc Text Font Color

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

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


#446cfc Background Color

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

This div background color is #446cfc


#446cfc Border Color

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

This div border color is #446cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.