Color Hex Logo

#440ffa Color Hex

#440FFA
(68,15,250)
0 Favorites   0 Comments

Color spaces of #440ffa

RGB 6815250
HSL0.700.960.52
HSV254°94°98°
CMYK 0.730.940.00   0.02
XYZ19.81008.472791.0338
Yxy8.47270.16600.0710
Hunter Lab29.107970.5431-165.0516
CIE-Lab34.948676.8445-100.5706

#440ffa color RGB value is (68,15,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001111 11111010
Octal 104 17 372
Decimal 68 15 250
Hex 44 F FA

RGB Percentages of Color #440ffa

%20.42
%4.50
%75.08

CMYK Percentages of Color #440ffa

%73
%94
%0
%2

Triadic Colors of #440ffa

#440ffa #fa440f #0ffa44

Analogous Colors of #440ffa

#440ffa #ba0ffa #0f50fa

Monochromatic Colors of #440ffa

#440ffa

Complementary Color

#440ffa #c5fa0f

#440ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#440ffa Color CSS Codes

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

#440ffa Text Font Color

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

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


#440ffa Background Color

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

This div background color is #440ffa


#440ffa Border Color

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

This div border color is #440ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.