Color Hex Logo

#440ffc Color Hex

#440FFC
(68,15,252)
0 Favorites   0 Comments

Color spaces of #440ffc

RGB 6815252
HSL0.700.980.52
HSV253°94°99°
CMYK 0.730.940.00   0.01
XYZ20.12548.598992.6945
Yxy8.59890.16580.0708
Hunter Lab29.323971.1903-166.8924
CIE-Lab35.200377.3246-101.2755

#440ffc color RGB value is (68,15,252).

#440ffc hex color red value is 68, green value is 15 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #440ffc hue: 0.70 , saturation: 0.98 and the lightness value of 440ffc is 0.52.

The process color (four color CMYK) of #440ffc color hex is 0.73, 0.94, 0.00, 0.01. Web safe color of #440ffc is #3300ff. Color #440ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001111 11111100
Octal 104 17 374
Decimal 68 15 252
Hex 44 F FC

RGB Percentages of Color #440ffc

%20.30
%4.48
%75.22

CMYK Percentages of Color #440ffc

%73
%94
%0
%1

Triadic Colors of #440ffc

#440ffc #fc440f #0ffc44

Analogous Colors of #440ffc

#440ffc #bb0ffc #0f51fc

Monochromatic Colors of #440ffc

#440ffc

Complementary Color

#440ffc #c7fc0f

#440ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#440ffc Color CSS Codes

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

#440ffc Text Font Color

<p style="color:#440ffc">Text here</p>

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


#440ffc Background Color

<div style="background-color:#440ffc">
Div content here</div>

This div background color is #440ffc


#440ffc Border Color

<div style="border:3px solid #440ffc">
Div here</div>

This div border color is #440ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,15,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 #440ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440ffc


Comments

No comments written yet.

Please login to write comment.