Color Hex Logo

#4441fd Color Hex

#4441FD
(68,65,253)
0 Favorites   0 Comments

Color spaces of #4441fd

RGB 6865253
HSL0.670.980.62
HSV241°74°99°
CMYK 0.730.740.00   0.01
XYZ22.003812.101494.1046
Yxy12.10140.17160.0944
Hunter Lab34.787152.0289-136.0380
CIE-Lab41.376859.6989-91.5826

#4441fd color RGB value is (68,65,253).

#4441fd hex color red value is 68, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4441fd hue: 0.67 , saturation: 0.98 and the lightness value of 4441fd is 0.62.

The process color (four color CMYK) of #4441fd color hex is 0.73, 0.74, 0.00, 0.01. Web safe color of #4441fd is #3333ff. Color #4441fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000001 11111101
Octal 104 101 375
Decimal 68 65 253
Hex 44 41 FD

RGB Percentages of Color #4441fd

%17.62
%16.84
%65.54

CMYK Percentages of Color #4441fd

%73
%74
%0
%1

Triadic Colors of #4441fd

#4441fd #fd4441 #41fd44

Analogous Colors of #4441fd

#4441fd #a241fd #419cfd

Monochromatic Colors of #4441fd

#4441fd

Complementary Color

#4441fd #fafd41

#4441fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4441fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4441fd Color CSS Codes

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

#4441fd Text Font Color

<p style="color:#4441fd">Text here</p>

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


#4441fd Background Color

<div style="background-color:#4441fd">
Div content here</div>

This div background color is #4441fd


#4441fd Border Color

<div style="border:3px solid #4441fd">
Div here</div>

This div border color is #4441fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,65,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4441fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4441fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4441fd;
  box-shadow:         1px 1px 3px 2px #4441fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4441fd


Comments

No comments written yet.

Please login to write comment.