Color Hex Logo

#441faf Color Hex

#441FAF
(68,31,175)
0 Favorites   0 Comments

Color spaces of #441faf

RGB 6831175
HSL0.710.700.40
HSV255°82°69°
CMYK 0.610.820.00   0.31
XYZ10.61175.304141.0219
Yxy5.30410.18640.0932
Hunter Lab23.030641.9429-89.4852
CIE-Lab27.584152.8980-69.3041

#441faf color RGB value is (68,31,175).

#441faf hex color red value is 68, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #441faf hue: 0.71 , saturation: 0.70 and the lightness value of 441faf is 0.40.

The process color (four color CMYK) of #441faf color hex is 0.61, 0.82, 0.00, 0.31. Web safe color of #441faf is #333399. Color #441faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011111 10101111
Octal 104 37 257
Decimal 68 31 175
Hex 44 1F AF

RGB Percentages of Color #441faf

%24.82
%11.31
%63.87

CMYK Percentages of Color #441faf

%61
%82
%0
%31

Triadic Colors of #441faf

#441faf #af441f #1faf44

Analogous Colors of #441faf

#441faf #8c1faf #1f42af

Monochromatic Colors of #441faf

#441faf

Complementary Color

#441faf #8aaf1f

#441faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#441faf Color CSS Codes

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

#441faf Text Font Color

<p style="color:#441faf">Text here</p>

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


#441faf Background Color

<div style="background-color:#441faf">
Div content here</div>

This div background color is #441faf


#441faf Border Color

<div style="border:3px solid #441faf">
Div here</div>

This div border color is #441faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,31,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #441faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #441faf;
  -webkit-box-shadow: 1px 1px 3px 2px #441faf;
  box-shadow:         1px 1px 3px 2px #441faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441faf


Comments

No comments written yet.

Please login to write comment.